-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove metadata section to reduce redundancy
- Loading branch information
1 parent
8c48fc9
commit 8eddb4f
Showing
1 changed file
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
[metadata] | ||
name = pychee | ||
version = attr: pychee.pychee.__version__ | ||
author = Quentin Duchemin | ||
author_email = [email protected] | ||
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 | ||
|