diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..0a040f6 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include moonworm * \ No newline at end of file diff --git a/moonworm/crawler/__init__.py b/moonworm/crawler/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 70e35d7..6e12c00 100644 --- a/setup.py +++ b/setup.py @@ -32,4 +32,5 @@ setup( python_requires=">=3.6", url="https://github.com/bugout-dev/moonworm/", entry_points={"console_scripts": ["moonworm=moonworm.cli:main"]}, + include_package_data=True, )