Skip to content

Commit e96880f

Browse files
committed
Fix package name in setup.py
1 parent 5a01d4f commit e96880f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from setuptools import find_packages, setup
2121

22-
DISTNAME = "pymc_experimental"
22+
DISTNAME = "pymc-experimental"
2323
DESCRIPTION = "A home for new additions to PyMC, which may include unusual probability distribitions, advanced model fitting algorithms, or any code that may be inappropriate to include in the pymc repository, but may want to be made available to users."
2424
AUTHOR = "PyMC Developers"
2525
AUTHOR_EMAIL = "[email protected]"

0 commit comments

Comments
 (0)