We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae6bf2 commit 8adafe4Copy full SHA for 8adafe4
setup.py
@@ -5,7 +5,7 @@
5
import re
6
7
# source path for the class' package. Amend if necessary
8
-PACKAGE_SOURCE_DIR = "path/to/class/directorz"
+PACKAGE_SOURCE_DIR = "path/to/class/directory"
9
10
# Amend this section with your custom data
11
PACKAGE_NAME="package-name"
@@ -76,3 +76,4 @@ def running_in_a_github_action():
76
install_requires=INSTALL_REQUIRES,
77
keywords=KEYWORDS,
78
)
79
+
0 commit comments