mirror of https://github.com/openXC7/prjxray.git
setup: include utils directory
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
316461a42d
commit
12bf76f897
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ setuptools.setup(
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/SymbiFlow/prjxray",
|
url="https://github.com/SymbiFlow/prjxray",
|
||||||
packages=setuptools.find_packages(),
|
packages=['prjxray', 'utils'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: ISC License",
|
"License :: OSI Approved :: ISC License",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue