-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
60 lines (54 loc) · 1.44 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
55
56
57
58
59
60
[metadata]
name = aiidalab_mfa_cscs
version = v2023.1003
description = Enable multi-factor authentication for CSCS.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/aiidalab/aiidalab-mfa-cscs
author = The AiiDAlab Team
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 1 - Planning
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
project_urls =
Logo = https://raw.githubusercontent.com/aiidalab/aiidalab-mfa-cscs/main/img/logo.png
Documentation = https://github.com/aiidalab/aiidalab-mfa-cscs/#readme
Bug Tracker = https://github.com/aiidalab/aiidalab-mfa-cscs/issues
[options]
packages = find:
install_requires =
aiidalab>=21.09.0
humanize
ipywidgets
python_requires = >=3.8
[options.extras_require]
dev =
bumpver~=2023.1124
pre-commit~=2.20
[aiidalab]
title = MFA for CSCS
description = Enable multi-factor authentication for CSCS accounts
categories =
setup
[flake8]
ignore =
E501
W503
E203
[bumpver]
current_version = "v2023.1003"
version_pattern = "vYYYY.BUILD[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
tag = True
push = True
[bumpver:file_patterns]
start.py =
__version__ = "{version}"
setup.cfg =
current_version = "{version}"
version = {version}