-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (36 loc) · 975 Bytes
/
setup.cfg
File metadata and controls
38 lines (36 loc) · 975 Bytes
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
[metadata]
name = pyfirestation
description = PyFireStation
author = João Aveiro, Daniel Neves, Jaime Oliveira da Silva
version = attr: pyfirestation.__version__
license = GPLv3
license_files = LICENSE.txt
platforms = unix, linux, osx, cygwin, win32
url = https://github.com/PyFireCoimbra/PyFireStation
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
packages =
pyfirestation
install_requires =
numpy>=1.22
pydantic>=1.9
scipy>=1.8
xarray>=2022.3
python_requires =
>=3.8
package_dir =
=src
zip_safe =
no
[options.entry_points]
console_scripts =
pyfirestation = pyfirestation.main:main