fixed missing licence file
Browse files- MANIFEST.in +2 -2
MANIFEST.in
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
include
|
2 |
-
include *.
|
|
|
1 |
+
include README.rst LICENSE NOTICE HISTORY.rst pytest.ini
|
2 |
+
recursive-include tests *.py
|