Skip to content

Commit 229961a

Browse files
committed
Use setuptools_scm for automatic versioning
1 parent b4356a5 commit 229961a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
setup(
55
name="pytest-cpp",
6-
version='0.4.5',
6+
use_scm_version=True,
7+
setup_requires=['setuptools_scm'],
78
packages=['pytest_cpp'],
89
entry_points={
910
'pytest11': ['cpp = pytest_cpp.plugin'],

0 commit comments

Comments
 (0)