We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e1f1e commit 50c350fCopy full SHA for 50c350f
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools", "wheel"]
3
+build-backend = "setuptools.build_meta"
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name="mdxpy",
7
- version='1.1',
+ version='1.2',
8
maintainer='Marius Wirtz',
9
maintainer_email='MWirtz@cubewise.com',
10
license="MIT-LICENSE",
0 commit comments