We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d49e4 commit 6f0c1daCopy full SHA for 6f0c1da
pyproject.toml
@@ -0,0 +1,5 @@
1
+[build-system]
2
+requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
3
+build-backend = "setuptools.build_meta"
4
+
5
+[tool.setuptools_scm]
setup.py
@@ -11,10 +11,10 @@
11
12
setup(
13
name="amply",
14
- version="0.1",
15
packages=find_packages("src"),
16
license='Eclipse Public License 1.0 (EPL-1.0)',
17
-
+ use_scm_version=True,
+ setup_requires=['setuptools_scm'],
18
# Project uses reStructuredText, so ensure that the docutils get
19
# installed or upgraded on the target machine
20
install_requires=["docutils>=0.3", "pyparsing"],
0 commit comments