Misc package management configuration (#8)

* Add configuration file for bdist_wheel

* Add MANIFEST.in

Adds missing files to sdist
This commit is contained in:
Gilles Dartiguelongue
2019-07-21 04:45:36 +02:00
committed by Matthew Peveler
parent de639fe021
commit c84db2d7e4
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
include LICENSE
include Makefile
include tests.py
include tox.ini
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1