Skip to content

Commit

Permalink
Update pyproject.toml project information.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Kueppers committed Jul 28, 2023
1 parent 91b14fe commit c150e43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ maintainers = [
{ name = "e:fs TechHub GmbH" }
]

license = {text = "Proprietary"}

keywords = [
"ai",
"safety",
Expand All @@ -38,7 +40,7 @@ keywords = [
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]

Expand All @@ -53,9 +55,6 @@ Homepage = "https://efs-techhub.com/efs-portfolio/loesungen/thetis"
GitHub = "https://github.com/EFS-OpenSource/Thetis"
Documentation = "https://efs-opensource.github.io/Thetis"

[project.license]
file = "LICENSES.md"

[tool.setuptools.dynamic]
version = { attr = "thetis.__version__" }
dependencies = { file = ["requirements.txt"] }
Expand Down

0 comments on commit c150e43

Please sign in to comment.