-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.json
More file actions
17 lines (17 loc) · 744 Bytes
/
Copy pathpyproject.json
File metadata and controls
17 lines (17 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"authors_list": ["Sunny Park <sunny.park@ucl.ac.uk>"],
"license": "MIT",
"repo_url": "https://github.com/sungshic/projtemplate-python",
"bugtracker_url": "https://github.com/sungshic/projtemplate-python/issues",
"changelog_url": "https://github.com/sungshic/projtemplate-python/blob/main/CHANGELOG.md",
"doc_url": "https://projtemplate-python.readthedocs.io",
"classifiers_list": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.12"
]
}