Skip to content

Commit fc12951

Browse files
authored
Merge pull request #158 from NavAbility/23Q2/enh/setupcomments
better setup comments
2 parents 3c70522 + 45c8689 commit fc12951

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)