Skip to content

Commit dfe9d80

Browse files
committed
cleanup setuptools warnings
1 parent d353430 commit dfe9d80

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ graft docs
44
graft .github
55

66
include README.rst
7-
include CHANGES.txt
87
include LICENSE.txt
98
include CONTRIBUTORS.txt
109
include COPYRIGHT.txt

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = pyramid_tm
33
version = 2.6
44
description = A package which allows Pyramid requests to join the active transaction
5-
long_description = file: README.rst, CHANGES.txt
5+
long_description = file: README.rst, CHANGES.rst
66
long_description_content_type = text/x-rst
77
keywords = wsgi pylons pyramid transaction
88
license = BSD-derived (Repoze)
@@ -56,9 +56,6 @@ docs =
5656
Sphinx>=1.8.1
5757
pylons-sphinx-themes>=1.0.9
5858

59-
[bdist_wheel]
60-
universal = 1
61-
6259
[tool:pytest]
6360
python_files = test_*.py
6461
testpaths =

0 commit comments

Comments
 (0)