Skip to content

Commit e9c32ba

Browse files
authored
Create pyproject.toml
1 parent f34e7eb commit e9c32ba

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)