Skip to content

Commit 42f6db9

Browse files
committed
Populate setup.cfg
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent f4c1792 commit 42f6db9

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

setup.cfg

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@ universal=1
33

44
[metadata]
55
license_file = apache-2.0.LICENSE
6-
name = skeleton
6+
name = typecode
77
author = nexB. Inc. and others
88
author_email = info@aboutcode.org
9-
description = skeleton
9+
description = typecode provides file type detection functionality to ScanCode toolkit
1010
long_description = file:README.rst
11-
url = https://github.com/nexB/skeleton
11+
url = https://github.com/nexB/typecode
1212
classifiers =
1313
Development Status :: 5 - Production/Stable
1414
Intended Audience :: Developers
1515
Programming Language :: Python :: 3
1616
Programming Language :: Python :: 3 :: Only
1717
Topic :: Software Development
1818
Topic :: Utilities
19-
keywords =
19+
keywords =
20+
scancode
21+
scancode-toolkit
22+
typecode
2023

2124
[options]
2225
package_dir=
@@ -25,6 +28,13 @@ packages=find:
2528
include_package_data = true
2629
zip_safe = false
2730
install_requires =
31+
attrs
32+
binaryornot
33+
commoncode
34+
pdfminer.six
35+
plugincode
36+
pygments
37+
six
2838
setup_requires = setuptools_scm[toml] >= 4
2939

3040
[options.packages.find]

0 commit comments

Comments
 (0)