-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
70 lines (65 loc) · 1.55 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[metadata]
name = geotaste
version = 0.3.7
author = The Center for Digital Humanities at Princeton
author_email = [email protected]
description = Geography of Taste, part of the Shakespeare & Co Project
long_description = file: README.md
license = Apache License, Version 2.0
long_description_content_type = text/markdown
url = https://github.com/Princeton-CDH/geotaste
project_urls =
Project Home = https://cdh.princeton.edu/
Bug Tracker = https://github.com/Princeton-CDH/geotaste/issues
classifiers =
Development Status :: 2 - Pre-Alpha
Programming Language :: Python :: 3
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
python_requires = >=3.10, <3.11
install_requires =
pandas
numpy
dash[diskcache]
plotly
tqdm
dash_bootstrap_components
dash_oop_components @ git+https://github.com/quadrismegistus/dash_oop_components
scipy
loguru
geopy
humanfriendly
orjson
diskcache
colour
pywebview
screeninfo
shapely
dash-leaflet
include_package_data = True
[options.extras_require]
all =
%(dev)s
%(test)s
dev =
black>=22.10.0
pre-commit>=2.20.0
tox
sphinx
twine
wheel
pytest-cov
test =
pytest>=7.2
pytest-ordering
[options.entry_points]
console_scripts =
geotaste-app = geotaste.app:run
[build_exe]
excludes = tkinter
includes = idna
zip_include_packages = encodings,PySide6