From 8eddb4f428d51f02db9998bac80157ed6db89a56 Mon Sep 17 00:00:00 2001 From: Joe Stanley Date: Tue, 13 Jun 2023 21:02:57 +0000 Subject: [PATCH] remove metadata section to reduce redundancy --- setup.cfg | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6ae2513..dbc2b3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,19 +1,3 @@ -[metadata] -name = pychee -version = attr: pychee.pychee.__version__ -author = Quentin Duchemin -author_email = quentinduchemin@tuta.io -description = Client for Lychee, written in Python. -long_description = file: README.md -long_description_content_type = text/markdown -url = https://github.com/Chostakovitch/pychee -keywords = lychee -license = AGPL-3.0 -classifiers = - License :: OSI Approved :: GNU Affero General Public License v3 - Programming Language :: Python :: 3 - Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries - [options] zip_safe = False include_package_data = True