-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
34 lines (32 loc) · 991 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
[metadata]
name = pybibget
version = 0.1.0
author = Dominik Schröder
author_email = [email protected]
url = https://github.com/wirhabenzeit/pybibget
description = Command line utility to automatically retrieve BibTeX citations from MathSciNet, arXiv, PubMed and doi.org
long_description = file: README.md
long_description_content_type = text/markdown
keywords = BibTeX, MathSciNet, PubMed, DOI, arXiv, bibliography, command-line, citation
license = MIT License
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
zip_safe = True
include_package_data = True
install_requires =
pybtex >= 0.24.0
lxml >= 4.9.2
pylatexenc >= 1.3
aiolimiter >= 1.0.0
appdirs >= 1.0.0
httpx >= 0.21.0
python_requires = >=3.6
[options.entry_points]
console_scripts =
pybibget = pybibget:pybibget
pybibparse = pybibget:pybibparse
pybibupdate = pybibget:pybibupdate