Skip to content

Commit efabc38

Browse files
committed
Add license to pyproject.toml
1 parent 2a9793d commit efabc38

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22
name = "pytroll-runner"
33
dynamic = ["version"]
44
dependencies = ["posttroll>=1.10.0"]
5+
license = "Apache-2.0"
6+
license-files = ["LICENSE"]
7+
classifiers = [
8+
"Development Status :: 4 - Beta",
9+
"Intended Audience :: Developers",
10+
"Operating System :: OS Independent",
11+
"Programming Language :: Python",
12+
"Topic :: Communications"
13+
]
514

615
[build-system]
716
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2", 'setuptools_scm_git_archive']
817
build-backend = "setuptools.build_meta"
918

1019
[tool.setuptools_scm]
11-
# write_to = "pytroll-runner/version.py"
20+
write_to = "pytroll-runner/version.py"
1221

1322
[project.scripts]
1423
pytroll-runner = "pytroll_runner:main"

0 commit comments

Comments
 (0)