mirror of https://github.com/VLSIDA/OpenRAM.git
Exclude conda directory from Python package
This commit is contained in:
parent
c598a29f97
commit
50f746a994
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ from setuptools import setup, find_namespace_packages
|
||||||
# Include these folder from the root of repo as submodules
|
# Include these folder from the root of repo as submodules
|
||||||
include = ["compiler", "docker", "technology", "macros"]
|
include = ["compiler", "docker", "technology", "macros"]
|
||||||
# Exclude files/folders with these words
|
# Exclude files/folders with these words
|
||||||
exclude = ["docs", "images"]
|
exclude = ["docs", "images", "miniconda"]
|
||||||
|
|
||||||
|
|
||||||
# Find all modules inside the 'compiler' folder
|
# Find all modules inside the 'compiler' folder
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue