forked from MacHu-GWU/atlas_doc_parser-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject_ops.json
More file actions
18 lines (17 loc) · 747 Bytes
/
pyproject_ops.json
File metadata and controls
18 lines (17 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
// the python package name, use lowercase, digits, and underscore only
// this would be the name for ``pip install ${package_name}``
"package_name": "atlas_doc_parser",
// the python major version you use for local development
"dev_py_ver_major": 3,
// the python minor version you use for local development
"dev_py_ver_minor": 11,
// the python micro version you use for local development
"dev_py_ver_micro": 8,
// if you use AWS S3 to host your document website
// it is the aws profile you use for doc site deployment
// leave empty string "" if you don't use it
"doc_host_aws_profile": "",
// it is the aws s3 bucket you use to store you document files
"doc_host_s3_bucket": ""
}