-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
53 lines (50 loc) · 1.36 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
[metadata]
name = product_fem
author= Matt Lukac
author_email = [email protected]
license = MIT
description= Solve equations on product function spaces.
long_description_content_type = text/x-markdown
long_description = file: README.md
url = https://github.com/kr-colab/product-space-FEM'
project_urls =
Documentation = https://github.io/kr-colab/product-space-FEM
Bug Tracker = https://github.com/kr-colab/product-space-FEM/issues
Bug Tracker = https://github.com/kr-colab/product-space-FEM
classifiers =
Programming Language :: Python
Development Status :: 5 - Production/Stable
Environment :: Other Environment
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Topic :: Scientific/Engineering
keywords =
numerical differential equations
finite elements
population genetics
platforms =
POSIX
Windows
MacOS X
[options]
packages = product_fem
python_requires = >=3.8
include_package_data = True
install_requires =
fenics
matplotlib
numpy
scipy
setup_requires =
numpy
setuptools
[tool:pytest]
addopts = -n 4
testpaths =
tests
[bdist_wheel]
# This flag says to generate wheels that support both Python 2 and Python
# 3. If your code will not run unchanged on both Python 2 and 3, you will
# need to generate separate wheels for each Python version that you
# support.
universal=0