Skip to content

Commit

Permalink
Setup for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
TexZK committed Apr 4, 2021
1 parent f9e8855 commit 163d1a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.0.1 (TODO)
0.0.1 (2021-04-04)
------------------

* First release on PyPI.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel",
]
build-backend = "setuptools.build_meta"

0 comments on commit 163d1a8

Please sign in to comment.