From 7ebdf9bb977fea271517c2754d54405ef68fce93 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Thu, 12 Nov 2020 15:08:01 -0600 Subject: Minor cleanup after merge of #208 --- setup.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9500673..a1671c7 100755 --- a/setup.py +++ b/setup.py @@ -71,10 +71,13 @@ else: ] + _find_platform_headers() ), # Test extensions. - # XXX: We used to try hard to not include these in built - # distributions. That's really not important, at least not once we have a clean - # layout with the test directory nested inside a greenlet directory. - # See https://github.com/python-greenlet/greenlet/issues/184 and 189 + # + # We used to try hard to not include these in built + # distributions, because we only distributed ``greenlet.so``. + # That's really not important, now we have a clean layout with + # the test directory nested inside a greenlet directory. See + # https://github.com/python-greenlet/greenlet/issues/184 and + # 189 Extension( name='greenlet.tests._test_extension', sources=[GREENLET_TEST_DIR + '_test_extension.c'], -- cgit v1.2.1