Skip to content

Commit 50c350f

Browse files
committed
Add pyproject.toml
Fixes #40
1 parent 52e1f1e commit 50c350f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel"]
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="mdxpy",
7-
version='1.1',
7+
version='1.2',
88
maintainer='Marius Wirtz',
99
maintainer_email='MWirtz@cubewise.com',
1010
license="MIT-LICENSE",

0 commit comments

Comments
 (0)