We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34e7eb commit e9c32baCopy full SHA for e9c32ba
pyproject.toml
@@ -0,0 +1,22 @@
1
+[build-system]
2
+requires = ["setuptools>=61.0"]
3
+build-backend = "setuptools.build_meta"
4
+
5
+[project]
6
+name = "rda_python_template"
7
+version = "1.0.0"
8
+authors = [
9
+ { name="Zaihua Ji", email="[email protected]" },
10
+]
11
+description = "RDA Python code template to create new and modify existing other RDA python packages"
12
+readme = "README.md"
13
+requires-python = ">=3.7"
14
+classifiers = [
15
+ "Programming Language :: Python :: 3",
16
+ "License :: OSI Approved :: MIT License",
17
+ "Operating System :: OS Independent",
18
+ "Development Status :: 5 - Production/Stable",
19
20
21
+[project.urls]
22
+"Homepage" = "https://github.com/NCAR/rda-python-template"
0 commit comments