Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
Fixes #40
  • Loading branch information
MariusWirtz committed Jan 19, 2023
1 parent 52e1f1e commit 50c350f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="mdxpy",
version='1.1',
version='1.2',
maintainer='Marius Wirtz',
maintainer_email='[email protected]',
license="MIT-LICENSE",
Expand Down

0 comments on commit 50c350f

Please sign in to comment.