-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
57 lines (54 loc) · 1.65 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
50
51
52
53
54
55
56
57
[metadata]
name = BNumMet
version = file: VERSION
author = Fernando Bellido Pazos
author_email = [email protected]
description = Basic Numerical Methods for Python 3
long_description = file: Readme.md, LICENSE
long_description_content_type = text/markdown
url = https://github.com/fbpazos/Trabajo-Fin-Master/tree/main/Python_BNumMet
license = AGPL-3.0
platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Visualization
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: User Interfaces
Topic :: Software Development :: Widget Sets
Topic :: Utilities
Intended Audience :: Education
Intended Audience :: Science/Research
Intended Audience :: Developers
[options]
packages =
BNumMet
BNumMet.Visualizers
install_requires =
numpy
bqplot==0.12.36
jupyter
jupyter_client<=7.4.9
ipywidgets==8.0.4
python_requires = >=3.7
package_dir =
=src
zip_safe = no
[options.extras_require]
testing =
pytest
pytest-cov
tox
black
jupyter-black