-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
31 lines (30 loc) · 948 Bytes
/
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
[metadata]
name = jpcm
version = 0.1.25
author = Akhil Sadam
author_email = sadam.akhil@gmail.com
description = A perceptually uniform colormap generator for Matplotlib equipped with traditional-ish Japanese colors to serve as a fixed color palette. Designed to allow unique colormap generation.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/akhilsadam/perceptual-jp-colormaps
project_urls =
Bug Tracker = https://github.com/akhilsadam/perceptual-jp-colormaps/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir = =src
packages = jpcm,jpcm/core,jpcm/load,jpcm/utils
python_requires = >=3.8
install_requires =
setuptools>=42
wheel
colour-science>=0.3.16
numpy>=1.23.5
scipy
pynverse
matplotlib>=3.3.4
networkx>=2.5
[options.packages.find]
where = src