-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pyproject.toml, collaboration.md
- Loading branch information
1 parent
d4d972a
commit 570a3fa
Showing
4 changed files
with
57 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,18 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "raidoc" | ||
version = "1.2.0.6" | ||
version = "1.2.0.9" | ||
description = "Documentation for RAIMAD" | ||
authors = [ | ||
{name = "maybetree", email = "[email protected]"} | ||
] | ||
license = { text = "I haven't decided yet" } | ||
license = { file = "LICENSE-GPL.txt" } | ||
license-files = [ | ||
{ file = "LICENSE-GPL3.txt", text = "GNU GPL v3" }, | ||
{ file = "LICENSE-FDL.txt", text = "GNU FDL" }, | ||
{ file = "LICENSE-CC0.txt", text = "CC0" } | ||
] | ||
|
||
readme = "README.md" | ||
classifiers = [ | ||
'Programming Language :: Python :: 3', | ||
|