Added MANIFEST.in

This commit is contained in:
Tomas Radej
2014-10-01 13:28:26 +02:00
parent 9962ae2268
commit 7c35f4b47b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
include COPYING*
include README.rst
+1 -1
View File
@@ -74,7 +74,7 @@ if __name__ == "__main__":
"github.tests",
],
package_data={
"github": ["ReadMe.rst", "COPYING*", "tests/ReplayData/*.txt"]
"github": ["tests/ReplayData/*.txt"]
},
classifiers=[
"Development Status :: 5 - Production/Stable",