You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
953 B
24 lines
953 B
Index: setuptools-80.9.0/setup.py |
|
--- setuptools-80.9.0/setup.py.orig 2024-08-29 23:45:41.134491000 +0200 |
|
+++ setuptools-80.9.0/setup.py 2024-08-29 23:46:22.485854000 +0200 |
|
@@ -12,7 +12,7 @@ |
|
|
|
package_data = { |
|
"": ["LICEN[CS]E*", "COPYING*", "NOTICE*", "AUTHORS*"], |
|
- "setuptools": ['script (dev).tmpl', 'script.tmpl', 'site-patch.py'], |
|
+ "setuptools": ['script-dev.tmpl', 'script.tmpl', 'site-patch.py'], |
|
} |
|
|
|
force_windows_specific_files = os.environ.get( |
|
Index: setuptools-80.9.0/setuptools/_vendor/jaraco/text/__init__.py |
|
--- setuptools-80.9.0/setuptools/_vendor/jaraco/text/__init__.py.orig 2024-08-27 21:17:23.000000000 +0200 |
|
+++ setuptools-80.9.0/setuptools/_vendor/jaraco/text/__init__.py 2024-08-29 23:45:41.134667000 +0200 |
|
@@ -228,7 +228,7 @@ |
|
|
|
|
|
lorem_ipsum: str = ( |
|
- files(__name__).joinpath('Lorem ipsum.txt').read_text(encoding='utf-8') |
|
+ files(__name__).joinpath('Lorem-ipsum.txt').read_text(encoding='utf-8') |
|
) |
|
|
|
|
|
|