mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-03 12:21:52 +02:00
Merge branch 'license' into 'develop'
license file See merge request hashbangfr/la_chariotte!5
This commit is contained in:
commit
2eb7180375
3 changed files with 1331 additions and 0 deletions
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[project]
|
||||||
|
name = "la chariotte"
|
||||||
|
version = "0.0.1"
|
||||||
|
description = "Web application for organising grouped orders"
|
||||||
|
readme = "readMe.md"
|
||||||
|
license = {file = "LICENSE"}
|
3
readMe.md
Normal file
3
readMe.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# La Chariotte
|
||||||
|
|
||||||
|
La Chariotte est une application web sous licence libre Affera GPL, développée et maintenue par [Hashbang](https://hashbang.fr/).
|
Loading…
Reference in a new issue