Skip to content

Commit 8f2b8dd

Browse files
blueyedtimb07
authored andcommitted
setup.py: unpin setuptools_scm (#467)
Fixes #465.
1 parent a1ec0a5 commit 8f2b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(fname):
2828
license='BSD-3-Clause',
2929
packages=['pytest_django'],
3030
long_description=read('README.rst'),
31-
setup_requires=['setuptools_scm==1.11.1'],
31+
setup_requires=['setuptools_scm>=1.11.1'],
3232
install_requires=['pytest>=2.9'],
3333
classifiers=['Development Status :: 5 - Production/Stable',
3434
'Framework :: Django',

0 commit comments

Comments
 (0)