List setuptools under install_requires

This commit is contained in:
Louis Sautier 2021-07-21 01:00:13 +02:00
parent f237b84aad
commit bf6b5c0ed9
No known key found for this signature in database
GPG Key ID: A777716B30AE82E3
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ license = MIT
description = "A small library that versions your Python projects."
long_description = file: README.rst
install_requires =
setuptools
typing >= 3.7.4.3; python_version < '3.5'
[options]