-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! test to see authors and maintainers correctly (remove setuptoo…
…ls-scm dependency)
- Loading branch information
1 parent
1eae35a
commit 9f220e0
Showing
2 changed files
with
6 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "fluster-conformance" | ||
version = "0.2.0.0" # TODO: Ensure that version 0.2.0 is marked as the final version in the CI release workflow only when we are certain about deploying a new release. This prevents creating an irreversible history in PyPI, which would block re-uploading the same version. | ||
version = "0.2.0.2" # TODO: Ensure that version 0.2.0 is marked as the final version in the CI release workflow only when we are certain about deploying a new release. This prevents creating an irreversible history in PyPI, which would block re-uploading the same version. | ||
authors = [ | ||
{name = "Pablo Marcos Oltra"}, | ||
{name = "Andoni Morales Alastruey", email="[email protected]"}, | ||
{name = "Pablo Marcos Oltra", email = "[email protected]"}, | ||
{name = "Andoni Morales Alastruey", email = "[email protected]"}, | ||
] | ||
maintainers = [ | ||
{name = "Michalis Dimopoulos", email="[email protected]"}, | ||
{name = "Ruben Gonzalez", email="[email protected]"}, | ||
{name = "Michalis Dimopoulos", email = "[email protected]"}, | ||
{name = "Ruben Gonzalez", email = "[email protected]"}, | ||
] | ||
description = "Testing framework for decoder conformance" | ||
readme = "README.md" | ||
|