From 17ae0d3800f35eb02ae39e9b88adcde8233fe424 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 20 Jul 2020 04:47:36 +0400 Subject: [PATCH] Updated supported python version, URL and added a dot at the end of summary. --- setup.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7b89f98..b1df9c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]