File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Changelog
2+ =============
3+
4+
5+
6+ v0.1.0 (December 12, 2024)
7+ ---------------------------
8+
9+ - Initial release of the ``aboutcode.federatedcode `` library.
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) nexB Inc. and others. All rights reserved.
3+ # FederatedCode 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/federatedcode for support or download.
7+ # See https://aboutcode.org for more information about AboutCode.org OSS projects.
8+ #
9+
10+ __version__ = "0.1.0"
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ addopts = [
5050[tool .black ]
5151line-length = 100
5252include = ' \.pyi?$'
53- skip_gitignore = true
5453# 'extend-exclude' excludes files or directories in addition to the defaults
5554extend-exclude = " venv|fedcode/migrations"
5655
You can’t perform that action at this time.
0 commit comments