forked from worldsolarchallenge/wscearth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (42 loc) · 1.16 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
[metadata]
name = wscearth
url=https://github.com/worldsolarchallenge/wscearth
description = "World Solar Challenge Google Earth visualisation"
long_description = file: README.md, LICENSE.md
long_description_content_type = text/markdown
author = "David Snowdon"
author_email = ""
maintainer = "David Snowdon"
maintainer_email = ""
license = "BSD 3-Clause License"
license_files = file: LICENSE
keywords = pytest, eos
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Framework :: Pytest
Intended Audience :: Developers
Topic :: Software Development :: Testing
project_urls =
Source = https://github.com/worldsolarchallenge/wscearth
Tracker = https://github.com/worldsolarchallenge/wscearth/issues
Documentation = https://github.com/worldsolarchallenge/wscearth
[options]
packages = find:
package_dir=
=src
include_package_data = True
install_requires =
Flask==2.3.3
Werkzeug
Jinja2
flask-googlemaps
Flask-CacheControl
Flask-Caching
influxdb3-python
pandas
[options.packages.find]
where=src
[options.package_data]
* = README.md