From 7c60cd29eeb614ee02b9277652282acc594f8444 Mon Sep 17 00:00:00 2001 From: yhtiyar Date: Wed, 3 Nov 2021 15:17:32 +0300 Subject: [PATCH] added data to distrubution --- MANIFEST.in | 1 + moonworm/crawler/__init__.py | 0 setup.py | 1 + 3 files changed, 2 insertions(+) create mode 100644 MANIFEST.in create mode 100644 moonworm/crawler/__init__.py 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, )