Skip to content

Commit 8adafe4

Browse files
Update setup.py
1 parent 3ae6bf2 commit 8adafe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
# source path for the class' package. Amend if necessary
8-
PACKAGE_SOURCE_DIR = "path/to/class/directorz"
8+
PACKAGE_SOURCE_DIR = "path/to/class/directory"
99

1010
# Amend this section with your custom data
1111
PACKAGE_NAME="package-name"
@@ -76,3 +76,4 @@ def running_in_a_github_action():
7676
install_requires=INSTALL_REQUIRES,
7777
keywords=KEYWORDS,
7878
)
79+

0 commit comments

Comments
 (0)