meta adjustments

This commit is contained in:
Daniil Fajnberg 2022-02-03 20:10:26 +01:00
parent 3d5d9bd8be
commit 2e57447f5c
3 changed files with 4 additions and 6 deletions

View File

@ -12,7 +12,7 @@ Dynamically manage pools of asyncio tasks
## Dependencies
Python Version ..., OS ...
Python Version 3.8+, tested on Linux
## Building from source

View File

@ -1,8 +1,8 @@
[metadata]
name = asyncio-taskpool
version = 0.0.1
author = Daniil
author_email = mail@placeholder123.to
author = Daniil Fajnberg
author_email = mail@daniil.fajnberg.de
description = Dynamically manage pools of asyncio tasks
long_description = file: README.md
long_description_content_type = text/markdown
@ -17,9 +17,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3
install_requires =
...
python_requires = >=3.8
[options.extras_require]
dev =