We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf0d8d commit 93451f1Copy full SHA for 93451f1
pytest_django/__init__.py
@@ -1 +0,0 @@
1
-__version__ = '2.8.0'
setup.py
@@ -18,7 +18,7 @@ def read(fname):
18
19
setup(
20
name='pytest-django',
21
- version=__import__('pytest_django').__version__,
+ use_scm_version=True,
22
description='A Django plugin for py.test.',
23
author='Andreas Pelme',
24
author_email='[email protected]',
@@ -28,6 +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.8.0'],
32
install_requires=['pytest>=2.5'],
33
classifiers=['Development Status :: 5 - Production/Stable',
34
'Framework :: Django',
0 commit comments