-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
47 lines (43 loc) · 1.25 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
[metadata]
name = FEDM
description = Finite Element electric Discharge Modelling code
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/AleksandarJ1984/FEDM
author = Aleksandar Jovanovic
author_email = [email protected]
license = LGPL
license_files = LICENSE
keywords = finite, element, FEniCS, electric, discharge
classifiers =
Programming Language :: Python
Development Status :: 3 - Alpha
Natural Language :: English
Intended Audience :: Science/Research
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Operating System :: OS Independent
Programming Language :: Python
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering :: Physics
project_urls =
Source = https://github.com/AleksandarJ1984/FEDM
Tracker = https://github.com/AleksandarJ1984/FEDM/issues
[options]
packages = find:
include_package_data = True
install_requires =
numpy >= 1.19
pandas
importlib-metadata; python_version >= "3.6"
[options.extras_require]
tests =
pytest
vtk
h5py
docs =
sphinx == 3.5.4
sphinx_rtd_theme
[build_sphinx]
source-dir = docs
[flake8]
max-line-length = 88