generated from daniil-berg/boilerplate-py
meta adjustments
This commit is contained in:
parent
3d5d9bd8be
commit
2e57447f5c
@ -12,7 +12,7 @@ Dynamically manage pools of asyncio tasks
|
||||
|
||||
## Dependencies
|
||||
|
||||
Python Version ..., OS ...
|
||||
Python Version 3.8+, tested on Linux
|
||||
|
||||
## Building from source
|
||||
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user