You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ DISTDIR = dist
16
16
17
17
# Sets the .egg file path.
18
18
# The file will be located at the project's root.
19
-
EGGDIR = CWR_API.egg-info
19
+
EGGDIR = dice-notation.egg-info
20
20
21
21
# Sets the tox folder path.
22
22
# It will be the '.tox' folder.
@@ -25,14 +25,14 @@ TOXDIR = .tox
25
25
# Sets the docs output folder path.
26
26
# It will be in the 'docs' folder.
27
27
DOCBUILDDIR = docs\\build
28
-
28
+
29
29
# User-friendly check for sphinx-build
30
30
ifeq ($(shell which $(PYTHON) >/dev/null 2>&1; echo $$?), 1)
31
31
$(error The '$(PYTHON)' command was not found. Make sure you have a version of the python interpreter installed, then add the directory where it was installed to the PATH.)
32
32
endif
33
-
34
-
.PHONY: help clean
35
-
33
+
34
+
.PHONY: help clean
35
+
36
36
# Help option
37
37
# Shows the allowed commands to be received as parameters
0 commit comments