We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d353430 commit dfe9d80Copy full SHA for dfe9d80
MANIFEST.in
@@ -4,7 +4,6 @@ graft docs
4
graft .github
5
6
include README.rst
7
-include CHANGES.txt
8
include LICENSE.txt
9
include CONTRIBUTORS.txt
10
include COPYRIGHT.txt
setup.cfg
@@ -2,7 +2,7 @@
2
name = pyramid_tm
3
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 =
56
Sphinx>=1.8.1
57
pylons-sphinx-themes>=1.0.9
58
59
-[bdist_wheel]
60
-universal = 1
61
-
62
[tool:pytest]
63
python_files = test_*.py
64
testpaths =
0 commit comments