forked from dpriskorn/OpenAlexAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (23 loc) · 785 Bytes
/
setup.cfg
File metadata and controls
24 lines (23 loc) · 785 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
[metadata]
name = openalexapi
version = 0.0.1-alpha8
author = Dennis Priskorn
author_email = dp_public@riseup.net
description = Libray for accessing the OpenAlex API
long_description = file: README.md
long_description_content_type = text/markdown
keywords = riksdagen
url = https://github.com/dpriskorn/OpenAlexAPI
project_urls =
Bug Tracker = https://github.com/dpriskorn/OpenAlexAPI/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Intended Audience :: Developers
Topic :: Utilities
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = openalexapi
python_requires = >=3.6