Skip to content

Commit 3158ffa

Browse files
committed
Add basic scaffolding
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 1d6eb4b commit 3158ffa

21 files changed

Lines changed: 5073 additions & 4 deletions

setup.cfg

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
2-
name = skeleton
2+
name = python-inspector
33
license = Apache-2.0
44

55
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
6-
description = skeleton
6+
description = python-inspector
77
long_description = file:README.rst
88
long_description_content_type = text/x-rst
9-
url = https://github.com/nexB/skeleton
9+
url = https://github.com/nexB/python-inspector
1010

1111
author = nexB. Inc. and others
1212
author_email = info@aboutcode.org
@@ -40,7 +40,16 @@ setup_requires = setuptools_scm[toml] >= 4
4040
python_requires = >=3.6.*
4141

4242
install_requires =
43-
43+
attr
44+
commoncode
45+
dparse2
46+
importlib_metadata
47+
packageurl_python
48+
packaging
49+
pip_requirements_parser
50+
pkginfo2
51+
requests
52+
saneyaml
4453

4554
[options.packages.find]
4655
where = src

src/_packagedcode/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# ScanCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/scancode-toolkit for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
8+
#

0 commit comments

Comments
 (0)