mirror of https://github.com/openXC7/prjxray.git
setup: re-add utils package
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
9ad509e31c
commit
8af2789e53
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue