setup: re-add utils package

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2020-05-29 12:12:47 +02:00
parent 9ad509e31c
commit 8af2789e53
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/SymbiFlow/prjxray",
packages=['prjxray'],
packages=['prjxray', 'utils'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: ISC License",