1
0
Fork 0

Compare commits

...

2 Commits

1 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,10 @@
[metadata]
# __author__
name = piggybank
version = attr: piggybank.__version__
description = Keep track of your piggy bank
description = Keep track of your piggy bank.
author = Alexander "Arav" Andreev
author_email = me@arav.top
url = https://arav.top
url = https://git.arav.top/Arav/PiggyBank
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
@ -26,7 +25,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@ -37,7 +35,7 @@ include_package_data = True
setup_requires =
setuptools
packages = find:
python_requires = >=3.6
python_requires = >=3.7
zip_safe = False
[options.package_data]