-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
50 lines (46 loc) · 1.24 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = fractalshades
version = attr: fractalshades.__version__
author = Geoffroy Billotey
author_email = [email protected]
description = Fractal deep-zoom explorer package for Mandelbrot fractal.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_files =
LICENSE
url = https://github.com/GBillotey/Fractal-shades
project_urls =
Documentation = https://gbillotey.github.io/Fractalshades/
Bug Tracker = https://github.com/GBillotey/Fractal-shades/issues
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Topic :: Multimedia :: Graphics
Topic :: Scientific/Engineering :: Mathematics
[options]
include_package_data = True
package_dir =
= src
packages = find_namespace:
python_requires = >=3.8
install_requires =
numba>=0.52.0
mpmath>=1.1.0
gmpy2>=2.1.2
Pillow
PyQt6>=6.1.0
pygments>=2.9.0
wheel>=0.37.0
importlib_resources>1.3;python_version<"3.9"
[options.packages.find]
where = src
[options.package_data]
fractalshades.mpmath_utils =
*.pyx
*.pxd
fractalshades.data =
*