-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (31 loc) · 790 Bytes
/
setup.cfg
File metadata and controls
33 lines (31 loc) · 790 Bytes
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
[metadata]
name = plotly_gif
version = 0.0.3
description = Create gif from your plotly figures!
long_description = file: README.md
long_description_content_type = text/markdown
author = Dylan Walsh
url = https://github.com/dylanwal/plotly_gif
license = BSD
license_file = LICENSE.txt
platforms = any
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages =
plotly_gif
python_requires = >=3.7
package_dir =
=src
zip_safe = no
include_package_data = true
install_requires =
Pillow>=9.0.0
plotly>=5.5.0
kaleido>=0.2.1
numpy>=1.21.6