forked from pybliometrics-dev/pybliometrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (30 loc) · 931 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 = scopus
author = 'John Kitchin and Michael E. Rose
author-email = [email protected]
maintainer = Michael E. Rose
maintainer-email = [email protected]
summary = Python-based API-Wrapper to access Scopus
description-file = README.rst
home-page = https://scopus.readthedocs.io/en/stable/
license = MIT
classifier =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering :: Information Analysis
keywords =
scopus
[files]
packages =
scopus
scopus.util
[bdist_wheel]
universal=1