let3 1.0.22__zip → 1.0.23__zip
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.
- {let3-1.0.22 → let3-1.0.23}/CHANGES.rst +1 -1
- {let3-1.0.22 → let3-1.0.23}/PKG-INFO +2 -2
- {let3-1.0.22 → let3-1.0.23}/pyproject.toml +2 -2
- {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/PKG-INFO +2 -2
- {let3-1.0.22 → let3-1.0.23}/.readthedocs.yml +0 -0
- {let3-1.0.22 → let3-1.0.23}/LICENSE +0 -0
- {let3-1.0.22 → let3-1.0.23}/MANIFEST.in +0 -0
- {let3-1.0.22 → let3-1.0.23}/README.rst +0 -0
- {let3-1.0.22 → let3-1.0.23}/docs/CHANGES.rst +0 -0
- {let3-1.0.22 → let3-1.0.23}/docs/README.rst +0 -0
- {let3-1.0.22 → let3-1.0.23}/docs/_static/.keep +0 -0
- {let3-1.0.22 → let3-1.0.23}/docs/_templates/.keep +0 -0
- {let3-1.0.22 → let3-1.0.23}/docs/conf.py +0 -0
- {let3-1.0.22 → let3-1.0.23}/docs/index.rst +0 -0
- {let3-1.0.22 → let3-1.0.23}/setup.cfg +0 -0
- {let3-1.0.22 → let3-1.0.23}/src/let/__about__.py +0 -0
- {let3-1.0.22 → let3-1.0.23}/src/let/__init__.py +0 -0
- {let3-1.0.22 → let3-1.0.23}/src/let/_let.py +0 -0
- {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/SOURCES.txt +0 -0
- {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/dependency_links.txt +0 -0
- {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/requires.txt +0 -0
- {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/top_level.txt +0 -0
- {let3-1.0.22 → let3-1.0.23}/src/let3.egg-info/zip-safe +0 -0
- {let3-1.0.22 → let3-1.0.23}/tests/__init__.py +0 -0
- {let3-1.0.22 → let3-1.0.23}/tests/__main__.py +0 -0
- {let3-1.0.22 → let3-1.0.23}/tests/data/.keep +0 -0
- {let3-1.0.22 → let3-1.0.23}/tests/test_main.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: let3
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.23
|
|
4
4
|
Summary: Assign variables wherever, whenever you want.
|
|
5
5
|
Author: Taylor Marks, Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -195,7 +195,7 @@ Authors
|
|
|
195
195
|
Changelog
|
|
196
196
|
=========
|
|
197
197
|
|
|
198
|
-
1.0.
|
|
198
|
+
1.0.23 (2024-01-26)
|
|
199
199
|
-------------------
|
|
200
200
|
- Setup update (now based on tox >= 4.0).
|
|
201
201
|
- Add support for Python 3.12
|
|
@@ -8,7 +8,7 @@ requires = ['setuptools>=68.2.2', 'wheel>=0.42.0', 'packaging>=23.2.0', 'tox>=4.
|
|
|
8
8
|
|
|
9
9
|
[project]
|
|
10
10
|
name = 'let3'
|
|
11
|
-
version = '1.0.
|
|
11
|
+
version = '1.0.23'
|
|
12
12
|
description = 'Assign variables wherever, whenever you want.'
|
|
13
13
|
urls.Homepage = 'https://pypi.org/project/let3/'
|
|
14
14
|
urls.Documentation = 'https://let3.readthedocs.io/'
|
|
@@ -100,7 +100,7 @@ let = [
|
|
|
100
100
|
|
|
101
101
|
[tool.setuptools.exclude-package-data]
|
|
102
102
|
'*' = ['*.c','*.h','*.cpp','*.hpp','*.cxx','*.hxx','*.pyx','*.pxd']
|
|
103
|
-
|
|
103
|
+
let = [
|
|
104
104
|
]
|
|
105
105
|
|
|
106
106
|
[tool.coverage.run]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: let3
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.23
|
|
4
4
|
Summary: Assign variables wherever, whenever you want.
|
|
5
5
|
Author: Taylor Marks, Adam Karpierz
|
|
6
6
|
Author-email: adam@karpierz.net
|
|
@@ -195,7 +195,7 @@ Authors
|
|
|
195
195
|
Changelog
|
|
196
196
|
=========
|
|
197
197
|
|
|
198
|
-
1.0.
|
|
198
|
+
1.0.23 (2024-01-26)
|
|
199
199
|
-------------------
|
|
200
200
|
- Setup update (now based on tox >= 4.0).
|
|
201
201
|
- Add support for Python 3.12
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|