Skip to content

Commit 50e6803

Browse files
vadavetheacodes
authored andcommitted
add python_requires usage to example (#613)
Updating documentation based off discussion at the Python Packaging Summit during PyCon 2019
1 parent 51d1f67 commit 50e6803

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Open :file:`setup.py` and enter the following content. Update the package name t
8787
"License :: OSI Approved :: MIT License",
8888
"Operating System :: OS Independent",
8989
],
90+
python_requires='>=3.6',
9091
)
9192
9293

0 commit comments

Comments
 (0)