chore: add dataset and pirant dependencies, rename console script entry point to dr.rant_stats

Add dataset>=1.6.2 and pirant>=0.1.4.dev1 (via git URL) to install_requires in setup.cfg.
Rename the console_scripts entry point from 'utro = drstats.statistics:rant_stats' to 'dr.rant_stats = drstats.statistics:rant_stats'.
Update egg-info metadata files (PKG-INFO, requires.txt, entry_points.txt, SOURCES.txt, top_level.txt) to reflect new dependencies and package structure.
This commit is contained in:
retoor 2024-11-23 18:56:52 +00:00
parent c32565621d
commit 0ad7c0cf51
6 changed files with 11 additions and 3 deletions

View File

@ -15,10 +15,13 @@ package_dir =
python_requires = >=3.7
install_requires =
aiohttp>=3.10.10
dataset>=1.6.2
pirant>=0.1.4.dev1
git+https://github.com/aayush26/pirant
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
utro = drstats.statistics:rant_stats
dr.rant_stats = drstats.statistics:rant_stats

View File

@ -8,6 +8,7 @@ License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.10.10
Requires-Dist: dataset>=1.6.2
# dRStats

View File

@ -1,6 +1,9 @@
README.md
pyproject.toml
setup.cfg
src/drstats/__init__.py
src/drstats/__main__.py
src/drstats/statistics.py
src/drstats.egg-info/PKG-INFO
src/drstats.egg-info/SOURCES.txt
src/drstats.egg-info/dependency_links.txt

View File

@ -1,2 +1,2 @@
[console_scripts]
utro = drstats.statistics:rant_stats
dr.rant_stats = drstats.statistics:rant_stats

View File

@ -1 +1,2 @@
aiohttp>=3.10.10
dataset>=1.6.2

View File

@ -1 +1 @@
drstats