Skip to content

Commit

Permalink
Add license info to setup.py (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy authored Nov 22, 2021
1 parent 8623c8f commit 840584e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
author="Romain Jolivet, Angelique Benoit",
author_email="insar@geologie.ens.fr",

license='GPL-3.0-or-later',
llicense_files=('LICENSE',),

url="https://github.com/insarlab/PyAPS",
project_urls={
"Bug Reports": "https://github.com/insarlab/PyAPS/issues",
Expand All @@ -44,4 +47,4 @@
# data files
include_package_data=True,
package_data={"pyaps3": ["*.cfg"]},
)
)

0 comments on commit 840584e

Please sign in to comment.