Skip to content

Commit b37aae8

Browse files
author
James Michael DuPont
committed
v1
1 parent 4a268d4 commit b37aae8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

openapi-specification-python.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#

setup.py

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

1515
setup(
1616
name = 'openapi-specification-python',
17-
version = ":versiontools:openapi-specification-python:VERSION",
17+
#version = ":versiontools:openapi-specification-python:VERSION",
18+
use_scm_version=True,
1819
packages = find_packages(),
1920
author = "James Michael DuPont <[email protected]>",
2021
maintainer = "James Michael DuPont <[email protected]>",

0 commit comments

Comments
 (0)