forked from pyccel/pyccel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (36 loc) · 972 Bytes
/
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
[metadata]
name = pyccel
version = attr:pyccel.version.__version__
author = Pyccel development team
email = pyccel@googlegroups.com
url = https://github.com/pyccel/pyccel
descr = Python extension language using accelerators.
keywords = math
license = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
install_requires =
numpy >= 1.16
sympy >= 1.2
termcolor >= 1.0.0
textx >= 2.2
filelock >= 3.4.0
python_requires = >= 3.8
zip_safe = False
include_package_data = True
[options.extras_require]
test =
pytest >= 2.7
scipy >= 1.5.0
mpi4py >= 3.0.0
tblib >= 1.7.0
coverage >= 3.1
astunparse >= 1.6.0
pytest-xdist >= 1.16
[options.entry_points]
console_scripts =
pyccel = pyccel.commands.console:pyccel
pyccel-clean = pyccel.commands.pyccel_clean:pyccel_clean_command
pyccel-init = pyccel.commands.pyccel_init:pyccel_init_command