-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 764 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 764 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
[metadata]
# This is required for any package to install with a name
name = lgtoldes
# If you want to publish on PyPI then the following are also required
# https://daveshawley.medium.com/safely-using-setup-cfg-for-metadata-1babbe54c108
# Either (author and author_email) or (maintainer and maintainer_email) must be supplied
url =
author = Windo Hutabarat
author_email = w.hutabarat@sheffield.ac.uk
# This is useful but not required
version = 0.0.1
# If you are using the "src" layout then we need the following
# https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
[options]
package_dir=
=src
packages=find:
install_requires=
pandas
numpy
shapely
zip_safe = True
include_package_data = True
[options.packages.find]
where=src