We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc069c5 commit 42f7b51Copy full SHA for 42f7b51
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-license-files = LICENSE
+license_files = LICENSE
3
4
[versioneer]
5
# See the docstring in versioneer.py for instructions. Note that you must
setup.py
@@ -20,6 +20,7 @@ def read(filename):
20
name="obsarray",
21
url="https://github.com/comet-toolkit/obsarray",
22
license="GPLv3",
23
+ license_files=["LICENSE"],
24
author="CoMet Toolkit Team",
25
author_email="team@comet-toolkit.org",
26
description="Measurement data handling in Python",
0 commit comments