-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.config.experiment
49 lines (44 loc) · 1.07 KB
/
setup.config.experiment
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
[metadata]
name = py_gd
version = attr: py_gd.__version__
description = python wrappers around libgd graphics lib
long_description = file: README.md
author =
Christopher H Barker
url = https://github.com/NOAA-ORR-ERD/gridded
download_url = https://github.com/NOAA-ORR-ERD/py_gd
author_email = [email protected]
licence = CC0: Public Domain
zip_safe = False
classifiers =
"Development Status :: 2 - Pre-Alpha
Topic :: Utilities
License :: Public Domain
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Multimedia :: Graphics
[options]
include_package_data = True
python_requires = >=3.8
install_requires =
numpy
tests_require =
pytest
[flake8]
max-line-length = 120
extend-ignore =
# imports not in alphabetical order (time, os)
H306
# 'from .py_gd import *' used; unable to detect undefined names
F403
exclude =
.git
__pycache__
docs
source
conf.py
build
dist