Update
This commit is contained in:
parent
3f15c6d74b
commit
904f86c754
@ -15,10 +15,13 @@ package_dir =
|
|||||||
python_requires = >=3.7
|
python_requires = >=3.7
|
||||||
install_requires =
|
install_requires =
|
||||||
aiohttp>=3.10.10
|
aiohttp>=3.10.10
|
||||||
|
dataset>=1.6.2
|
||||||
|
pirant>=0.1.4.dev1
|
||||||
|
git+https://github.com/aayush26/pirant
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
utro = drstats.statistics:rant_stats
|
dr.rant_stats = drstats.statistics:rant_stats
|
||||||
|
@ -8,6 +8,7 @@ License: MIT
|
|||||||
Requires-Python: >=3.7
|
Requires-Python: >=3.7
|
||||||
Description-Content-Type: text/markdown
|
Description-Content-Type: text/markdown
|
||||||
Requires-Dist: aiohttp>=3.10.10
|
Requires-Dist: aiohttp>=3.10.10
|
||||||
|
Requires-Dist: dataset>=1.6.2
|
||||||
|
|
||||||
# dRStats
|
# dRStats
|
||||||
|
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
README.md
|
README.md
|
||||||
pyproject.toml
|
pyproject.toml
|
||||||
setup.cfg
|
setup.cfg
|
||||||
|
src/drstats/__init__.py
|
||||||
|
src/drstats/__main__.py
|
||||||
|
src/drstats/statistics.py
|
||||||
src/drstats.egg-info/PKG-INFO
|
src/drstats.egg-info/PKG-INFO
|
||||||
src/drstats.egg-info/SOURCES.txt
|
src/drstats.egg-info/SOURCES.txt
|
||||||
src/drstats.egg-info/dependency_links.txt
|
src/drstats.egg-info/dependency_links.txt
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[console_scripts]
|
[console_scripts]
|
||||||
utro = drstats.statistics:rant_stats
|
dr.rant_stats = drstats.statistics:rant_stats
|
||||||
|
@ -1 +1,2 @@
|
|||||||
aiohttp>=3.10.10
|
aiohttp>=3.10.10
|
||||||
|
dataset>=1.6.2
|
||||||
|
@ -1 +1 @@
|
|||||||
|
drstats
|
||||||
|
Loading…
Reference in New Issue
Block a user