1
0
Fork 0

Compare commits

..

No commits in common. "master" and "1.0.0" have entirely different histories.

1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,11 @@
[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://git.arav.top/Arav/PiggyBank
url = https://arav.top
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
@ -25,6 +26,7 @@ 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
@ -35,7 +37,7 @@ include_package_data = True
setup_requires =
setuptools
packages = find:
python_requires = >=3.7
python_requires = >=3.6
zip_safe = False
[options.package_data]