We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d7634 commit aa95a8dCopy full SHA for aa95a8d
setup.cfg
@@ -0,0 +1,2 @@
1
+[metadata]
2
+description-file = README.rst
setup.py
@@ -34,6 +34,7 @@
34
35
author='fogine', # Optional
36
license='MIT',
37
+ python_requires='>=3.5.0',
38
# Classifiers help users find your project by categorizing it.
39
#
40
# For a list of valid classifiers, see
@@ -72,4 +73,5 @@
72
73
'Bug Reports': 'https://github.com/pypa/sampleproject/issues',
74
'Source': 'https://github.com/fogine/i3-workscreen',
75
},
76
+ download_url='https://github.com/fogine/i3-workscreen/archive/1.0.0.tar.gz'
77
)
0 commit comments