There was an error while loading. Please reload this page.
1 parent 31b5b3c commit 25cbc3bCopy full SHA for 25cbc3b
setup.py
@@ -28,7 +28,7 @@ def read(fname):
28
license='BSD-3-Clause',
29
packages=['pytest_django'],
30
long_description=read('README.rst'),
31
- setup_requires=['setuptools_scm==1.11.1'],
+ setup_requires=['setuptools_scm>=1.11.1'],
32
install_requires=['pytest>=2.9'],
33
classifiers=['Development Status :: 5 - Production/Stable',
34
'Framework :: Django',
0 commit comments