Skip to content

Commit 3da7d9d

Browse files
committed
Switch to setuptools_scm for managing versions
1 parent 5b158da commit 3da7d9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='pytest-base-url',
4-
version='1.1.0',
4+
use_scm_version=True,
55
description='pytest plugin for URL based testing',
66
long_description=open('README.rst').read(),
77
author='Dave Hunt',
@@ -11,6 +11,7 @@
1111
install_requires=[
1212
'pytest>=2.7.3',
1313
'requests'],
14+
setup_requires=['setuptools_scm'],
1415
entry_points={'pytest11': ['base_url = pytest_base_url.plugin']},
1516
license='Mozilla Public License 2.0 (MPL 2.0)',
1617
keywords='py.test pytest base url mozilla automation',

0 commit comments

Comments
 (0)