From 04fd4605ce447de11ebb36e82f76ae8af6f64e16 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 09:01:39 -0400 Subject: [PATCH] v0.2.0 --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c2c6c65..4b683ec 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ URL = "https://github.com/kennethreitz/bake" EMAIL = "me@kennethreitz.org" AUTHOR = "Kenneth Reitz" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.1.0" +VERSION = "0.2.0" # What packages are required for this module to be executed? REQUIRED = ["click", "delegator.py", "pygments"] @@ -99,8 +99,7 @@ setup( author=AUTHOR, author_email=EMAIL, python_requires=REQUIRES_PYTHON, - use_scm_version=True, - setup_requires=["setuptools_scm"], + version=VERSION, url=URL, packages=find_packages(exclude=["tests", "*.tests", "*.tests.*", "tests.*"]), # If your package is a single module, use this instead of 'packages':