-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
51 lines (48 loc) · 1.02 KB
/
setup.cfg
File metadata and controls
51 lines (48 loc) · 1.02 KB
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
[metadata]
name = area_classification
description = Brief overview of your project.
version = 0.0.1
author = ONS
platforms = win32
classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
packages =
area_classification
area_classification.clustering
area_classification.downloading_data
area_classification.post_processing
area_classification.pre_processing
area_classification.utilities
area_classification.data_visualisation
include_package_data = True
python_requires = >=3.9
zip_safe = no
install_requires =
pyyaml
requests
pandas
beautifulsoup4
pyarrow
clustergram
scikit-learn
matplotlib
openpyxl
xlrd
xlwt
[options.extras_require]
dev =
coverage
detect-secrets == 1.0.3
myst-parser
pre-commit
pytest
detect-secrets
python-dotenv
Sphinx
toml
[options.packages.find]
where = area_classification