Skip to content

Commit ebb31ec

Browse files
scopcdce8p
andauthored
Add more distribution metadata (#9)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 907ae25 commit ebb31ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22
name = python-typing-update
33
author = Marc Mueller
44
description = Update Python typing syntax
5+
long_description = file:README.md
6+
long_description_content_type = text/markdown
57
keywords = typing,pep585,pep604
68
license = MIT
9+
license_files =
10+
LICENSE
11+
AUTHORS
12+
url = https://github.com/cdce8p/python-typing-update
13+
classifier =
14+
Development Status :: 4 - Beta
15+
Intended Audience :: Developers
16+
Programming Language :: Python :: 3.8
17+
Programming Language :: Python :: 3.9
18+
Topic :: Software Development
719

820
[flake8]
921
ignore = E203,E231,E701,W503,W504

0 commit comments

Comments
 (0)