File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,20 +3,23 @@ universal=1
33
44[metadata]
55license_file = apache-2.0.LICENSE
6- name = skeleton
6+ name = typecode
77author = nexB. Inc. and others
88author_email = info@aboutcode.org
9- description = skeleton
9+ description = typecode provides file type detection functionality to ScanCode toolkit
1010long_description = file:README.rst
11- url = https://github.com/nexB/skeleton
11+ url = https://github.com/nexB/typecode
1212classifiers =
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]
2225package_dir =
@@ -25,6 +28,13 @@ packages=find:
2528include_package_data = true
2629zip_safe = false
2730install_requires =
31+ attrs
32+ binaryornot
33+ commoncode
34+ pdfminer.six
35+ plugincode
36+ pygments
37+ six
2838setup_requires = setuptools_scm[toml] >= 4
2939
3040[options.packages.find]
You can’t perform that action at this time.
0 commit comments