diff options
| author | Konstantin Ivanov <KEIvanov@gmail.com> | 2022-05-10 08:13:33 +0300 |
|---|---|---|
| committer | Konstantin Ivanov <KEIvanov@gmail.com> | 2022-05-10 08:13:33 +0300 |
| commit | 16bfa8ac24602c43ebc88b8f006881cdd1871526 (patch) | |
| tree | f6db9e77cac200a06d9c733efb9e6ca79775460d | |
| parent | 03ca9f4bc1f07ddeb944052eee91033d7279529b (diff) | |
version 1.0.0
5 files changed, 23 insertions, 6 deletions
diff --git a/bt_dualboot/__meta__.py b/bt_dualboot/__meta__.py index e16709d..0691301 100644 --- a/bt_dualboot/__meta__.py +++ b/bt_dualboot/__meta__.py @@ -2,5 +2,5 @@ APP_NAME = "bt-dualboot" # NOTE: don't edit here # version updated by `dev/pre-release/update-version` from `pyproject.toml` -__version__ = "0.1.3" +__version__ = "1.0.0" diff --git a/pyproject.toml b/pyproject.toml index 4b7d35a..a3424e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,30 @@ [tool.poetry] name = "bt-dualboot" -version = "0.1.3" +version = "1.0.0" description = "Sync Bluetooth for dualboot Linux and Windows" keywords = [ "bluetooth", "dualboot", "sync", "pairing", "keys" ] authors = ["Konstantin Ivanov <KEIvanov@gmail.com>"] +readme = "README.md" +homepage = "https://github.com/x2es/bt-dualboot.git" +repository = "https://github.com/x2es/bt-dualboot.git" license = "MIT" +classifiers = [ + "Development Status :: 3 - Alpha", + "Environment :: Console", + "Intended Audience :: End Users/Desktop", + "Intended Audience :: System Administrators", + "Operating System :: POSIX :: Linux", + "Programming Language :: Python :: 3", + "Topic :: Home Automation", + "Topic :: Multimedia", + "Topic :: System", + "Topic :: System :: Operating System", + "Topic :: System :: Systems Administration", +] + [tool.poetry.dependencies] -python = "^3.9" +python = "^3.6" [tool.poetry.dev-dependencies] pytest = "^7.1.2" diff --git a/tests_integration/cli/env_blank_linux/snapshots/test_cli/test_no_args/output b/tests_integration/cli/env_blank_linux/snapshots/test_cli/test_no_args/output index a880265..73e82d7 100644 --- a/tests_integration/cli/env_blank_linux/snapshots/test_cli/test_no_args/output +++ b/tests_integration/cli/env_blank_linux/snapshots/test_cli/test_no_args/output @@ -7,7 +7,7 @@ usage: bt-dualboot [-h] [--version] [-l] [--list-win-mounts] [--bot] [--dry-run] [--win MOUNT] [--sync MAC [MAC ...]] [--sync-all] [-n] [-b [path]] -Sync bluetooth keys from Linux to Windows (v0.1.3) +Sync bluetooth keys from Linux to Windows (v1.0.0) optional arguments: -h, --help show this help message and exit diff --git a/tests_integration/cli/env_blank_linux/snapshots/test_cli/test_version/output b/tests_integration/cli/env_blank_linux/snapshots/test_cli/test_version/output index 271ec88..39b8936 100644 --- a/tests_integration/cli/env_blank_linux/snapshots/test_cli/test_version/output +++ b/tests_integration/cli/env_blank_linux/snapshots/test_cli/test_version/output @@ -3,7 +3,7 @@ CMD: /src/bt-dualboot --version RETCODE=0 STDOUT: ======= -bt-dualboot 0.1.3 +bt-dualboot 1.0.0 ------------------------------------------------------------- STDERR: diff --git a/tests_integration/cli/env_single_windows/snapshots/test_cli/test_no_args/output b/tests_integration/cli/env_single_windows/snapshots/test_cli/test_no_args/output index c1dd330..ce1a38b 100644 --- a/tests_integration/cli/env_single_windows/snapshots/test_cli/test_no_args/output +++ b/tests_integration/cli/env_single_windows/snapshots/test_cli/test_no_args/output @@ -7,7 +7,7 @@ usage: bt-dualboot [-h] [--version] [-l] [--list-win-mounts] [--bot] [--dry-run] [--win MOUNT] [--sync MAC [MAC ...]] [--sync-all] [-n] [-b [path]] -Sync bluetooth keys from Linux to Windows (v0.1.3) +Sync bluetooth keys from Linux to Windows (v1.0.0) optional arguments: -h, --help show this help message and exit |
