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
|