add licence
This commit is contained in:
parent
cd06da8c8b
commit
28077e2853
3 changed files with 11 additions and 1 deletions
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
# x.x.x
|
||||||
|
|
||||||
|
First version
|
|
@ -1,5 +1,7 @@
|
||||||
# Optifik
|
# Optifik
|
||||||
|
|
||||||
|
TODO: write a paragraph here...
|
||||||
|
|
||||||
|
|
||||||
This library replaces oospectro.
|
This library replaces oospectro.
|
||||||
|
|
||||||
|
@ -48,3 +50,7 @@ cd docs
|
||||||
make html
|
make html
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Licence
|
||||||
|
|
||||||
|
The source code is released under the GNU General Public License v3.0.
|
||||||
|
See LICENSE for details.
|
||||||
|
|
|
@ -6,7 +6,7 @@ authors = [
|
||||||
{ name = "François Boulogne", email = "francois.boulogne@cnrs.fr" },
|
{ name = "François Boulogne", email = "francois.boulogne@cnrs.fr" },
|
||||||
{ name = "Victor Ziapkoff", email = "victor.ziapkoff@universite-paris-saclay.fr" },
|
{ name = "Victor Ziapkoff", email = "victor.ziapkoff@universite-paris-saclay.fr" },
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue