Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ name = "apache-ossie"
version = "0.2.0.dev0"
description = "Python types for the Apache Ossie semantic model specification"
requires-python = ">=3.11"
license = "Apache-2.0"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
Expand All @@ -33,9 +34,6 @@ dependencies = [
"PyYAML>=6.0",
]

[project.license]
text = "Apache-2.0"

[tool.hatch.build.targets.wheel]
packages = ["src/ossie"]

Expand Down