Skip to content

Commit

Permalink
Use scm version in setup.py (#2)
Browse files Browse the repository at this point in the history
* Use scm version in setup.py

* Add path to root of git repo
  • Loading branch information
mghantous authored Dec 4, 2023
1 parent 2aaec84 commit 2340462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/sqlcommenter-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def read_file(filename):

setup(
name='google-cloud-sqlcommenter',
version='2.0.0',
author='Google Developers',
author_email='[email protected]',
description=('Augment SQL statements with meta information about frameworks and the running environment.'),
Expand Down Expand Up @@ -59,4 +58,6 @@ def read_file(filename):
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
],
use_scm_version={"root": "../.."},
setup_requires=["setuptools_scm"]
)

0 comments on commit 2340462

Please sign in to comment.