Skip to content

Commit ae88e83

Browse files
blueyedpelme
authored andcommitted
setup.py update setuptools_scm==1.11.1 (#373)
1 parent 175de01 commit ae88e83

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.8.0'],
31+
setup_requires=['setuptools_scm==1.11.1'],
3232
install_requires=['pytest>=2.5'],
3333
classifiers=['Development Status :: 5 - Production/Stable',
3434
'Framework :: Django',

0 commit comments

Comments
 (0)