forked from pybliometrics-dev/pybliometrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (30 loc) · 972 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
[metadata]
name = pybliometrics
author = 'John Kitchin and Michael E. Rose
author_email = Michael.Ernst.Rose@gmail.com
maintainer = Michael E. Rose
maintainer_email = Michael.Ernst.Rose@gmail.com
summary = Python-based API-Wrapper to access Scopus
description_file = README.rst
home_page = https://pybliometrics.readthedocs.io/en/stable/
license = MIT
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering :: Information Analysis
keywords =
scopus
[files]
packages =
pybliometrics
pybliometrics.util
[bdist_wheel]
universal=1