pace-dotnet 0.2.1__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pace_dotnet-0.2.1/pace_dotnet.egg-info → pace_dotnet-0.2.2}/PKG-INFO +1 -1
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/cli.py +1 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2/pace_dotnet.egg-info}/PKG-INFO +1 -1
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pyproject.toml +1 -1
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/LICENSE +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/README.md +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/README_PYPI.md +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/__init__.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/commands/__init__.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/commands/clean.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/commands/dotnet.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/commands/format.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/commands/git.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/commands/init.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/commands/test.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/commands/upload.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/config.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/console_helpers.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/data/__init__.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/data/pace.toml +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/rich_demos/__init__.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/rich_demos/columns.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace/rich_demos/progress_bar.py +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace_dotnet.egg-info/SOURCES.txt +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace_dotnet.egg-info/dependency_links.txt +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace_dotnet.egg-info/entry_points.txt +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace_dotnet.egg-info/requires.txt +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/pace_dotnet.egg-info/top_level.txt +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/setup.cfg +0 -0
- {pace_dotnet-0.2.1 → pace_dotnet-0.2.2}/tests/test_cli.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pace-dotnet"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "Project Automation and Configuration Engine - A Python CLI tool for bulk management of C# .NET project ecosystems"
|
|
9
9
|
readme = "README_PYPI.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|