-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
30 lines (28 loc) · 923 Bytes
/
pyproject.toml
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
[build-system]
requires = ["hatchling","attrs","matplotlib","numpy","shapely","pandas","geographiclib","keplergl","geopandas"]
build-backend = "hatchling.build"
[project]
name = "ortega_2022"
version = "0.0.13"
authors = [
{ name="Rongxiang Su", email="rongxiangsu@ucsb.edu" },
]
description = "A package for interaction analysis between moving individuals"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
'attrs',
'matplotlib',
'numpy',
'shapely',
'pandas'
]
classifiers = [
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
#[project.urls]
#urls lets you list any number of extra links to show on PyPI. Generally this could be to the source, documentation, issue trackers, etc.
#"Homepage" = "https://github.com/pypa/sampleproject"
#"Bug Tracker" = "https://github.com/pypa/sampleproject/issues"