-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
51 lines (44 loc) · 940 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
40
41
42
43
44
45
46
47
48
49
50
51
[metadata]
name = ge_lib
version = attr: ge_lib.version.__version__
author = Simon Thomson
author_email = simon.thomson@aecom.com
url = https://github.com/simon969/ge_lib
description = Python code library for ground engineering
long_description = file: README.md
long_description_content_type = text/markdown
keywords = geotechnical,
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
[options]
package_dir =
=src
include_package_data = True
packages = find:
zip_safe = True
install_requires =
importlib-metadata
packaging
pypyodbc
pandas
numpy
python-AGS4
tomli
zipp
ipykernel
dict2xml
pycryptodome
chardet
matplotlib
urllib3
requests
jsonschema
python_requires = >=3.11
[options.packages.find]
where = src
exclude = *.tests*
include = ge_lib*
[options.package_data]
* = *schemas*.json