Skip to content

Commit d34086c

Browse files
committed
add rest of files for pip
1 parent 651d32f commit d34086c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
# projects.
143143
extras_require={
144144
},
145+
python_requires='>=3',
145146

146147
# If there are data files included in your packages that need to be
147148
# installed, specify them here.
@@ -180,6 +181,6 @@
180181
# issues, where the source is hosted, where to say thanks to the package
181182
# maintainers, and where to support the project financially. The key is
182183
# what's used to render the link text on PyPI.
183-
project_urls={
184+
project_urls={
184185
},
185186
)

0 commit comments

Comments
 (0)