Skip to content

Commit

Permalink
Merge pull request #5839 from clebergnu/spawner_remote_version
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja authored Dec 23, 2023
2 parents 0376971 + e479633 commit 09fd209
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.gh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ build-wheel: pip

check-wheel: build-wheel
$(PYTHON) -m pip install twine
twine check ./PYPI_UPLOAD/*
twine check --strict ./PYPI_UPLOAD/*

build-egg:
if test ! -d EGG_UPLOAD; then mkdir EGG_UPLOAD; fi
Expand Down
1 change: 1 addition & 0 deletions optional_plugins/spawner_remote/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include VERSION
2 changes: 2 additions & 0 deletions optional_plugins/spawner_remote/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
name="avocado-framework-plugin-spawner-remote",
version=VERSION,
description="Remote (host) based spawner",
long_description="Remote (host) based spawner",
long_description_content_type="text/plain",
author="Avocado Developers",
author_email="[email protected]",
url="http://avocado-framework.github.io/",
Expand Down

0 comments on commit 09fd209

Please sign in to comment.