File: setup.cfg

package info (click to toggle)
mpl-scatter-density 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,448 kB
  • sloc: python: 661; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
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 = mpl-scatter-density
url = https://github.com/astrofrog/mpl-scatter-density
author = Thomas Robitaille
author_email = thomas.robitaille@gmail.com
license = BSD
description = Matplotlib helpers to make density scatter plots
long_description = file: README.rst

[options]
zip_safe = True
packages = find:
python_requires = >=3.6
setup_requires = 
	setuptools_scm
install_requires = 
	numpy
	matplotlib>=3.0
	fast-histogram>=0.3

[options.extras_require]
test = 
	pytest
	pytest-cov
	pytest-mpl


[egg_info]
tag_build = 
tag_date = 0