Updated supported python version, URL and added a dot at the end of summary.
This commit is contained in:
parent
ba0a442d07
commit
17ae0d3800
@ -2,10 +2,10 @@
|
||||
# __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 +26,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 +36,7 @@ include_package_data = True
|
||||
setup_requires =
|
||||
setuptools
|
||||
packages = find:
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.7
|
||||
zip_safe = False
|
||||
|
||||
[options.package_data]
|
||||
|
Loading…
Reference in New Issue
Block a user