Skip to content

Commit b7c5946

Browse files
committed
Added minimum version of setuptools_scm and added dependency on setuptools
1 parent c2ce4b0 commit b7c5946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
Topic :: Software Development :: Libraries :: Python Modules
3030
""".splitlines()))) # noqa: E128
3131

32-
SETUP_REQUIRES = ['setuptools_scm']
32+
SETUP_REQUIRES = ['setuptools_scm >= 3.0.0']
3333

34-
INSTALL_REQUIRES = ['pyperclip >= 1.6', 'colorama >= 0.3.7', 'attrs >= 16.3.0', 'wcwidth >= 0.1.7']
34+
INSTALL_REQUIRES = ['attrs >= 16.3.0', 'colorama >= 0.3.7', 'pyperclip >= 1.6', 'setuptools >= 34.4', 'wcwidth >= 0.1.7']
3535

3636
EXTRAS_REQUIRE = {
3737
# Windows also requires pyreadline to ensure tab completion works

0 commit comments

Comments
 (0)