File tree Expand file tree Collapse file tree 10 files changed +35
-0
lines changed Expand file tree Collapse file tree 10 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2023 spdx contributors
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15root = true
26
37[* ]
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2023 spdx contributors
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15[flake8]
26max-line-length = 119
37exclude = src/spdx_tools/spdx/parser/tagvalue/parsetab.py, __init__.py
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2023 spdx contributors
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15# To get started with Dependabot version updates, you'll need to specify which
26# package ecosystems to update and where the package manifests are located.
37# Please see the documentation for all configuration options:
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2023 spdx contributors
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15__pycache__ /
26* .py [cod ]
37* .out
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2023 spdx contributors
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15graft data
26graft examples
37graft spdx
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2023 spdx contributors
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15version : " {build}"
26image :
37 - Visual Studio 2019
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2023 spdx contributors
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15[build-system ]
26requires = [" setuptools>=61.2" , " setuptools_scm[toml]>=3.4.3" ]
37build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 11#!/usr/bin/python
2+ # SPDX-FileCopyrightText: 2023 spdx contributors
3+ #
4+ # SPDX-License-Identifier: Apache-2.0
25
36from setuptools import setup
47
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2023 spdx contributors
2+ #
3+ # SPDX-License-Identifier: Apache-2.0
4+
15[DEFAULT]
26Depends = python-rdflib (>= 4.1.2), python-ply (>= 3.4)
37Copyright-File = LICENSE
You can’t perform that action at this time.
0 commit comments