From dfe9d801e669b79e7a434c5646a7461d96a4e788 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 14 Nov 2024 00:30:14 -0700 Subject: [PATCH] cleanup setuptools warnings --- MANIFEST.in | 1 - setup.cfg | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a996c84..cf63bbf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,6 @@ graft docs graft .github include README.rst -include CHANGES.txt include LICENSE.txt include CONTRIBUTORS.txt include COPYRIGHT.txt diff --git a/setup.cfg b/setup.cfg index 99926ae..179bdbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = pyramid_tm version = 2.6 description = A package which allows Pyramid requests to join the active transaction -long_description = file: README.rst, CHANGES.txt +long_description = file: README.rst, CHANGES.rst long_description_content_type = text/x-rst keywords = wsgi pylons pyramid transaction license = BSD-derived (Repoze) @@ -56,9 +56,6 @@ docs = Sphinx>=1.8.1 pylons-sphinx-themes>=1.0.9 -[bdist_wheel] -universal = 1 - [tool:pytest] python_files = test_*.py testpaths =