Skip to content

Commit

Permalink
Use setuptools_scm to extract version num from git
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Carey authored and paddycarey committed Feb 7, 2019
1 parent 8ddb2ba commit a86a596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def read(fname):

setup(
name="pytest-black",
version="0.3.3",
author="ShopKeep Inc",
author_email="[email protected]",
maintainer="ShopKeep Inc",
Expand All @@ -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",
Expand Down

0 comments on commit a86a596

Please sign in to comment.