Skip to content

Commit 45c8689

Browse files
committed
better setup comments
1 parent ca4853f commit 45c8689

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def run(self):
6363
gitcmd_update_submodules()
6464
sdist.run(self)
6565

66-
66+
## INSTALLING ADDITIONAL FILES
67+
# https://docs.python.org/3/distutils/setupscript.html#installing-package-data
68+
# https://python-packaging.readthedocs.io/en/latest/non-code-files.html
6769
# print("TO COPY", find_packages("src", exclude=["*.tests", "*.tests.*", "tests.*", "tests"]))
6870

6971
setup(

0 commit comments

Comments
 (0)