-
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.
* Updated README.md With Installation Instructions * Updated README.md With Status Shields * Updated pyproject.toml With License Classifier
- Loading branch information
1 parent
1130dd0
commit 324c9b7
Showing
2 changed files
with
9 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ dynamic = ["version"] | |
description = "A program for converting NOMAD metainfo YAML schemas into Python class definitions" | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
license = {file = "LICENSE"} | ||
license = { text = "Apache-2.0" } | ||
keywords = ["nomad"] | ||
authors = [ | ||
{name = "Hampus Näsström", email = "[email protected]"}, | ||
|
@@ -23,6 +23,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.9", | ||
"License :: OSI Approved :: Apache Software License", | ||
] | ||
|
||
dependencies = [ | ||
|