diff --git a/setup.py b/setup.py index 7f84a43..f7a2c5f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ def read(fname): setup( name="pytest-black", - version="0.3.3", author="ShopKeep Inc", author_email="oss@shopkeep.com", maintainer="ShopKeep Inc", @@ -26,6 +25,8 @@ def read(fname): py_modules=["pytest_black"], python_requires=">=3.6", install_requires=["pytest>=3.5.0", "black==18.9b0"], + use_scm_version=True, + setup_requires=['setuptools_scm'], classifiers=[ "Development Status :: 4 - Beta", "Framework :: Pytest",