forked from gotec/git2net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (38 loc) · 1006 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
40
41
[metadata]
name = git2net
version = 1.5.3
author = Christoph Gote
author_email = [email protected]
license = AGPL-3.0+
description = An OpenSource Python package for the extraction of fine-grained and time-stamped co-editing networks from git repositories.
keywords =
co-editing
networks
repository
mining
network
analysis
url = https://github.com/gotec/git2net
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Operating System :: OS Independent
[options]
packages = find:
install_requires =
pandas
tqdm>=4.27.0
numpy
scipy
python-levenshtein
pathpy2>=2.2.0
lizard
pydriller>=1.15.0,<=1.15.2
gambit-disambig
[options.entry_points]
console_scripts = git2net = git2net.command_line:main
[options.package_data]
git2net =
helpers/binary-extensions/binary-extensions.json