We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ade0f commit ec886edCopy full SHA for ec886ed
allure-python-commons-il/setup.py
@@ -26,7 +26,8 @@ def main():
26
setup(
27
name=PACKAGE,
28
# use_scm_version={"root": "..", "relative_to": __file__},
29
- dynamic = ["version"],
+ # dynamic = ["version"],
30
+ version='0.0.1',
31
setup_requires=['setuptools_scm'],
32
description=(
33
"Contains the API for end users as well as helper functions and "
0 commit comments