-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
34 lines (32 loc) · 994 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
31
32
33
34
#
# This file is part of pleiades_search_api
# by Tom Elliott for the Institute for the Study of the Ancient World
# (c) Copyright 2022-2023 by New York University
# Licensed under the AGPL-3.0; see LICENSE.txt file.
#
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pleiades_search_api"
version = "0.0.1"
authors = [
{ name="Tom Elliott", email="tom.elliott@nyu.edu" },
]
description = "Python wrapper for Pleiades gazetteer search"
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"feedparser",
"pytest",
"textnorm",
"webiquette @ https://github.com/isawnyu/webiquette/archive/refs/heads/main.zip"
]
[project.urls]
# "Homepage" = "https://github.com/pypa/sampleproject"
# "Bug Tracker" = "https://github.com/pypa/sampleproject/issues"