-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
30 lines (28 loc) · 920 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
[metadata]
name = scopusreport
author = 'John Kitchin and Michael E. Rose
author-email = [email protected]
maintainer = Michael E. Rose
maintainer-email = [email protected]
summary = Create reports using Scopus data automatically in Python
description-file = README.rst
home-page = https://scopusreport.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 :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering :: Information Analysis
keywords =
scopusreport, scopus
[files]
packages =
scopusreport
[bdist_wheel]
universal=1