diff --git a/dpr/indexer/__init__.py b/dpr/indexer/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py index f458fd0b..88be4281 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. -from setuptools import setup +from setuptools import setup, find_packages with open("README.md") as f: readme = f.read() @@ -21,6 +21,8 @@ "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Artificial Intelligence", ], + py_modules=[''], + packages=find_packages(), long_description=readme, long_description_content_type="text/markdown", setup_requires=[