make-selection 1.0.8__tar.gz → 1.0.9__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.
- {make_selection-1.0.8 → make_selection-1.0.9}/PKG-INFO +2 -2
- {make_selection-1.0.8 → make_selection-1.0.9}/pyproject.toml +2 -2
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection.egg-info/PKG-INFO +2 -2
- {make_selection-1.0.8 → make_selection-1.0.9}/LICENSE +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/README.md +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/setup.cfg +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection/__init__.py +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection/key_codes.py +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection/make_selection.py +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection/mappings/mac.py +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection/mappings/windows.py +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection.egg-info/SOURCES.txt +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection.egg-info/dependency_links.txt +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection.egg-info/top_level.txt +0 -0
- {make_selection-1.0.8 → make_selection-1.0.9}/test/test_windows.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: make_selection
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Package for interactive command line menu
|
|
5
5
|
Author-email: Steven Frazee <stevefrazee123@gmail.com>
|
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
|
7
7
|
Classifier: Development Status :: 4 - Beta
|
|
8
8
|
Classifier: Programming Language :: Python :: 3.14
|
|
9
9
|
Classifier: Operating System :: Microsoft :: Windows
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
13
|
Dynamic: license-file
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "make_selection"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.9"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name="Steven Frazee", email="stevefrazee123@gmail.com" },
|
|
6
6
|
]
|
|
7
7
|
description = "Package for interactive command line menu"
|
|
8
8
|
readme = "README.md"
|
|
9
|
-
requires-python = ">=3.
|
|
9
|
+
requires-python = ">=3.9"
|
|
10
10
|
classifiers = [
|
|
11
11
|
"License :: OSI Approved :: MIT License",
|
|
12
12
|
"Development Status :: 4 - Beta",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: make_selection
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Package for interactive command line menu
|
|
5
5
|
Author-email: Steven Frazee <stevefrazee123@gmail.com>
|
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
|
7
7
|
Classifier: Development Status :: 4 - Beta
|
|
8
8
|
Classifier: Programming Language :: Python :: 3.14
|
|
9
9
|
Classifier: Operating System :: Microsoft :: Windows
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
13
|
Dynamic: license-file
|
|
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
|
{make_selection-1.0.8 → make_selection-1.0.9}/src/make_selection.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|