forked from aboutcode-org/deltacode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
55 lines (50 loc) · 1.12 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[metadata]
license_files =
apache-2.0.LICENSE
NOTICE
AUTHORS.rst
CHANGELOG.rst
name = deltacode
author = nexB. Inc. and others
author_email = [email protected]
license = Apache-2.0
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
description = deltacode
long_description = file:README.rst
url = https://github.com/nexB/deltacode
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Software Development
Topic :: Utilities
keywords =
utilities
[options]
package_dir=
=src
packages=find:
include_package_data = true
zip_safe = false
install_requires =
bitarray==1.1.0
commoncode
click
simplejson
unicodecsv
setup_requires = setuptools_scm[toml] >= 4
[options.packages.find]
where=src
[options.extras_require]
testing =
# upstream
pytest >= 6
pytest-xdist >= 2
docs=
Sphinx>=3.3.1
sphinx-rtd-theme>=0.5.0
doc8>=0.8.1
[options.entry_points]
console-scripts =
deltacode = deltacode.cli:cli