We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18e8c71 + 3e8ac09 commit cb05b4aCopy full SHA for cb05b4a
1 file changed
pyproject.toml
@@ -2,16 +2,13 @@
2
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
3
name = "datalinker"
4
description = "Service and data discovery for Rubin Science Platform"
5
-license = {file = "LICENSE"}
+license = "MIT"
6
+license-files = ["LICENSE"]
7
readme = "README.md"
-keywords = [
8
- "rubin",
9
- "lsst",
10
-]
+keywords = ["rubin", "lsst"]
11
# https://pypi.org/classifiers/
12
classifiers = [
13
"Development Status :: 5 - Production/Stable",
14
- "License :: OSI Approved :: MIT License",
15
"Programming Language :: Python",
16
"Programming Language :: Python :: 3",
17
"Programming Language :: Python :: 3.13",
0 commit comments