forked from nipreps/migas-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (39 loc) · 1.01 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
[metadata]
description = Migas Python client
license = Apache License, 2.0
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
provides =
migas
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Source Code=https://github.com/nipreps/migas-py
Bug Tracker=https://github.com/nipreps/migas-py/issues
[options]
python_requires = >= 3.7
install_requires =
ci-info >= 0.3
typing_extensions; python_version<'3.8'
[options.extras_require]
dev =
black
isort
test =
requests
pytest
[flake8]
max-line-length = 99
[versioneer]
VCS = git
style = pep440
versionfile_source = migas/_version.py
versionfile_build = migas/_version.py
tag_prefix =
parentdir_prefix =