Skip to content

Commit 03b17a6

Browse files
Merge pull request #1244 from VWS-Python/fix-whl-name
Add a python_requires to setup.py
2 parents e4a004d + daa30c2 commit 03b17a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ def _get_dependencies(requirements_file: Path) -> List[str]:
3333
setup_requires=SETUP_REQUIRES,
3434
install_requires=INSTALL_REQUIRES,
3535
extras_require={'dev': DEV_REQUIRES},
36+
python_requires='>=3',
3637
)

0 commit comments

Comments
 (0)