diff --git a/setup.py b/setup.py index d420015b..1d3a640f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/SymbiFlow/prjxray", - packages=setuptools.find_packages(), + packages=['prjxray', 'utils'], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: ISC License", diff --git a/utils/__init__.py b/utils/__init__.py new file mode 100644 index 00000000..e69de29b