Skip to content

Commit 42f7b51

Browse files
committed
add LICENSE file reference
1 parent fc069c5 commit 42f7b51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
license-files = LICENSE
2+
license_files = LICENSE
33

44
[versioneer]
55
# See the docstring in versioneer.py for instructions. Note that you must

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def read(filename):
2020
name="obsarray",
2121
url="https://github.com/comet-toolkit/obsarray",
2222
license="GPLv3",
23+
license_files=["LICENSE"],
2324
author="CoMet Toolkit Team",
2425
author_email="team@comet-toolkit.org",
2526
description="Measurement data handling in Python",

0 commit comments

Comments
 (0)