Imported Upstream version 51.1.2 upstream/51.1.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 18 Jul 2022 06:38:55 +0000 (15:38 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 18 Jul 2022 06:38:55 +0000 (15:38 +0900)
CHANGES.rst
PKG-INFO
setup.cfg
setuptools.egg-info/PKG-INFO
setuptools.egg-info/requires.txt

index ca76648..5f69c6a 100644 (file)
@@ -1,3 +1,12 @@
+v51.1.2
+-------
+
+
+Misc
+^^^^
+* #2505: Disable inclusion of package data as it causes 'tests' to be included as data.
+
+
 v51.1.1
 -------
 
index cd98220..c7462f2 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: setuptools
-Version: 51.1.1
+Version: 51.1.2
 Summary: Easily download, build, install, upgrade, and uninstall Python packages
 Home-page: https://github.com/pypa/setuptools
 Author: Python Packaging Authority
index 4dc4657..c0a6a7c 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
 [metadata]
 license_file = LICENSE
 name = setuptools
-version = 51.1.1
+version = 51.1.2
 author = Python Packaging Authority
 author_email = distutils-sig@python.org
 description = Easily download, build, install, upgrade, and uninstall Python packages
@@ -24,7 +24,6 @@ project_urls =
 [options]
 packages = find:
 py_modules = easy_install
-include_package_data = true
 python_requires = >=3.6
 install_requires = 
 
@@ -51,7 +50,7 @@ testing =
        jaraco.envs
 docs = 
        sphinx
-       jaraco.packaging >= 6.1
+       jaraco.packaging >= 8.2
        rst.linker >= 1.9
        
        pygments-github-lexers==0.0.5
index cd98220..c7462f2 100644 (file)
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: setuptools
-Version: 51.1.1
+Version: 51.1.2
 Summary: Easily download, build, install, upgrade, and uninstall Python packages
 Home-page: https://github.com/pypa/setuptools
 Author: Python Packaging Authority
index d08885f..cb456f5 100644 (file)
@@ -4,7 +4,7 @@ certifi==2016.9.26
 
 [docs]
 sphinx
-jaraco.packaging>=6.1
+jaraco.packaging>=8.2
 rst.linker>=1.9
 pygments-github-lexers==0.0.5