Skip to content

Commit 840584e

Browse files
authored
Add license info to setup.py (#8)
1 parent 8623c8f commit 840584e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
author="Romain Jolivet, Angelique Benoit",
2020
author_email="insar@geologie.ens.fr",
2121

22+
license='GPL-3.0-or-later',
23+
llicense_files=('LICENSE',),
24+
2225
url="https://github.com/insarlab/PyAPS",
2326
project_urls={
2427
"Bug Reports": "https://github.com/insarlab/PyAPS/issues",
@@ -44,4 +47,4 @@
4447
# data files
4548
include_package_data=True,
4649
package_data={"pyaps3": ["*.cfg"]},
47-
)
50+
)

0 commit comments

Comments
 (0)