-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
31 lines (28 loc) · 720 Bytes
/
settings.ini
File metadata and controls
31 lines (28 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/AnswerDotAI/nbdev/blob/main/settings.ini for examples.
### Python library ###
repo = tensor-network
lib_name = tensor-network-code
version = 0.0.1
min_python = 3.12
license = apache2
black_formatting = False
### nbdev ###
doc_path = _docs
lib_path = tensor_network
nbs_path = .
recursive = True
tst_flags = notest
put_version_in_init = True
update_pyproject = False
### PyPI ###
audience = Developers
author = maple@max
author_email = [email protected]
copyright = 2025 onwards, %(author)s
description = Notes and exercises of Tensor Network
keywords = tensor-network
language = English
status = 3
user = ifsheldon