-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup metadata/packaging and workflow files
Signed-off-by: Stephen L Arnold <[email protected]>
- Loading branch information
Showing
5 changed files
with
7 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
workflow_dispatch: | ||
pull_request: | ||
push: | ||
branches: [ master ] | ||
branches: [ main ] | ||
|
||
jobs: | ||
build: | ||
|
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 |
---|---|---|
@@ -1,17 +1,16 @@ | ||
[metadata] | ||
name = ymltoxml | ||
version = attr: ymltoxml.__version__ | ||
description = attr: ymltoxml.__description__ | ||
url = https://github.com/sarnold/ymltoxml | ||
author = Stephen Arnold | ||
author_email = [email protected] | ||
description = Asynchronous MAVLink connection library. | ||
long_description = file: README.rst | ||
long_description_content_type = text/rst; charset=UTF-8 | ||
license = GPLv2 | ||
license_expression = LGPL-2.1-or-later | ||
license_files = LICENSE | ||
classifiers = | ||
Development Status :: 4 - Beta | ||
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+) | ||
Intended Audience :: Developers | ||
Programming Language :: Python | ||
Environment :: Console | ||
|
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
""" | ||
Command-line tool for bidirectional transformation of YAML and XML files. | ||
""" | ||
from ._version import __version__ | ||
|
||
version = __version__ | ||
__description__ = "Console tool for bidirectional transformation of YAML and XML files." | ||
|
||
__all__ = ["__version__", "version"] | ||
__all__ = ["__description__", "__version__", "version"] |
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