diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000000..e149bfc73f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include README.md +include LICENSE +include requirements.txt \ No newline at end of file diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000000..0c61b02b26 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[metadata] +description-file = README.md +license-file = LICENSE +requirements-file = requirements.txt \ No newline at end of file