We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51ce77 commit 463ad65Copy full SHA for 463ad65
setup.py
@@ -4,9 +4,7 @@
4
from setuptools import setup, find_namespace_packages
5
6
# TODO: find from extras maybe
7
-HOST_MLIR_PYTHON_PACKAGE_PREFIX = os.environ.get(
8
- "HOST_MLIR_PYTHON_PACKAGE_PREFIX", "mlir"
9
-)
+HOST_MLIR_PYTHON_PACKAGE_PREFIX = "circt"
10
PACKAGE_NAME = f"{HOST_MLIR_PYTHON_PACKAGE_PREFIX.replace('.', '-').replace('_', '-')}-python-extras"
11
12
0 commit comments