-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
54 lines (45 loc) · 1.08 KB
/
setup.cfg
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = coffee
version = 0.1.0a0
description = Coffee app
long_description = file: README.md
long_description_content_type = text/markdown
url =
author = Carlo Antonio Pignedoli
author_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
project_urls =
Bug Tracker =
Documentation =
Logo = https://raw.githubusercontent.com/aiidalab/aiidalab-qe/master/miscellaneous/logos/QE.jpg
[options]
python_requires = >=3.8
[options.extras_require]
[options.package_data]
[aiidalab]
title = nanotech@coffee
description = Coffee
categories =
quantum
[flake8]
ignore =
E501
W503
E203
[bumpver]
current_version = "v0.1.0a0"
version_pattern = "v0Y.0M.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
tag = True
push = True
[bumpver:file_patterns]
setup.cfg =
current_version = "{version}"
version = {pep440_version}