Update
This commit is contained in:
		
							parent
							
								
									3f15c6d74b
								
							
						
					
					
						commit
						904f86c754
					
				| @ -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 | ||||
|  | ||||
| @ -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 | ||||
| 
 | ||||
|  | ||||
| @ -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 | ||||
|  | ||||
| @ -1,2 +1,2 @@ | ||||
| [console_scripts] | ||||
| utro = drstats.statistics:rant_stats | ||||
| dr.rant_stats = drstats.statistics:rant_stats | ||||
|  | ||||
| @ -1 +1,2 @@ | ||||
| aiohttp>=3.10.10 | ||||
| dataset>=1.6.2 | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| 
 | ||||
| drstats | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user