Added MANIFEST, to fix bug when installing non-wheel package.

Wed, 28 Feb 2018 13:08:11 +0200

author
Iannis <i.binietoglou@impworks.gr>
date
Wed, 28 Feb 2018 13:08:11 +0200
changeset 134
d69b24c9cd98
parent 133
67d5e518a813
child 135
3b50d6bc7040

Added MANIFEST, to fix bug when installing non-wheel package.

MANIFEST.in file | annotate | diff | comparison | revisions
setup.cfg file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MANIFEST.in	Wed Feb 28 13:08:11 2018 +0200
@@ -0,0 +1,1 @@
+include readme.rst
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.cfg	Wed Feb 28 13:08:11 2018 +0200
@@ -0,0 +1,2 @@
+[metadata]
+description-file = readme.rst
\ No newline at end of file

mercurial