Skip to content

Commit 4bfe813

Browse files
committed
chore: rename package to pydataverse
1 parent 0fb5ca3 commit 4bfe813

20 files changed

Lines changed: 11 additions & 11 deletions

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import nox
22

33
PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
4-
PACKAGE = "src/pyDataverse"
4+
PACKAGE = "src/pydataverse"
55
TESTS = "tests"
66

77

0 commit comments

Comments
 (0)