Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 8bd5a58

Browse files
committed
Point __license__ to the copy in the repo
Although the original motivation to point to a common location made some sense, I now think for maintainability and clarity, it's better if __license__ points to the repo copy of the license.
1 parent 788041b commit 8bd5a58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

module_name/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
__url__ = 'https://github.com/caltechlibrary/%REPO_NAME%'
2323
__author__ = '%AUTHOR_NAME%'
2424
__email__ = 'helpdesk@library.caltech.edu'
25-
__license__ = 'https://data.caltech.edu/license'
26-
25+
__license__ = 'https://github.com/caltechlibrary/%REPO_NAME%/blob/main/LICENSE'
2726

2827
# Miscellaneous utilities.
2928
# .............................................................................

0 commit comments

Comments
 (0)