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 ## Dependencies
Python Version ..., OS ... Python Version 3.8+, tested on Linux
## Building from source ## Building from source

View File

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