Skip to content

Commit

Permalink
Update package files for v2.0.4 (#56)
Browse files Browse the repository at this point in the history
* Update setup.py based on latest "Python Packaging User Guide"
* Use a pyproject.toml
* Remove README.rst since .md is now supported
  • Loading branch information
EricKutschera authored Apr 1, 2021
1 parent ed9a663 commit 89895bc
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 385 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#include the license file
#include these files in the python package source distribution
include LICENSE
include pyproject.toml
363 changes: 0 additions & 363 deletions README.rst

This file was deleted.

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"
Loading

0 comments on commit 89895bc

Please sign in to comment.