forked from NLeSC/litstudy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (35 loc) · 842 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
35
36
37
38
39
[metadata]
name = litstudy
version = 1.0.6
author = Stijn Heldens
author_email = [email protected]
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/nlesc/litstudy
project_urls =
Bug Tracker = https://github.com/nlesc/litstudy/issues
license = Apache 2.0
license_files = LICENSE
[options]
python_requires = >=3.7
packages = find:
install_requires =
bibtexparser
gensim
matplotlib
networkx
numpy
pandas
pybliometrics
pyvis
requests
seaborn
scikit-learn
unidecode
wordcloud
feedparser
[options.extras_require]
doc = sphinx_rtd_theme; nbsphinx; wheel
[options.packages.find]
include = litstudy, litstudy.*