Skip to content

Commit aa95a8d

Browse files
committed
add python_requires,download_url package options
1 parent d4d7634 commit aa95a8d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.rst

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
author='fogine', # Optional
3636
license='MIT',
37+
python_requires='>=3.5.0',
3738
# Classifiers help users find your project by categorizing it.
3839
#
3940
# For a list of valid classifiers, see
@@ -72,4 +73,5 @@
7273
'Bug Reports': 'https://github.com/pypa/sampleproject/issues',
7374
'Source': 'https://github.com/fogine/i3-workscreen',
7475
},
76+
download_url='https://github.com/fogine/i3-workscreen/archive/1.0.0.tar.gz'
7577
)

0 commit comments

Comments
 (0)