Skip to content

Commit 17e0ece

Browse files
committed
Drop path portion of extras name.
It seems that updates to the way setuptools handles the keys of extras_dict renders our current name invalid. So we update it to a more standard name, which should resolve the problem.
1 parent 80e8d1f commit 17e0ece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pint<0.24; python_version >= '3.9'"
3535
],
3636
extras_require={
37-
"../tests": [
37+
"tests": [
3838
"factory-boy>=3.3.0,<4",
3939
"mock>=5.1.0,<6",
4040
"pandas>=2.0.3,<3",

src/citrine/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.4.4"
1+
__version__ = "3.4.5"

0 commit comments

Comments
 (0)