Skip to content

Commit

Permalink
[NO MERGE] CIRCT specialization
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Feb 1, 2025
1 parent 4d77301 commit 065897f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
from setuptools import setup, find_namespace_packages

# TODO: find from extras maybe
HOST_MLIR_PYTHON_PACKAGE_PREFIX = os.environ.get(
"HOST_MLIR_PYTHON_PACKAGE_PREFIX", "mlir"
)
HOST_MLIR_PYTHON_PACKAGE_PREFIX = "circt"
PACKAGE_NAME = f"{HOST_MLIR_PYTHON_PACKAGE_PREFIX.replace('.', '-').replace('_', '-')}-python-extras"


Expand Down

0 comments on commit 065897f

Please sign in to comment.