Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'py3where': 'build', # Tell nose where to find tests under PY3.
}


def write_nose_config():
"""Write out setup.cfg. Since py3where has to be set
for tests to run correctly in Python 3 we create this
Expand Down Expand Up @@ -311,5 +312,6 @@ def build_extension(self, ext):
"Topic :: Database"],
cmdclass={"build_ext": custom_build_ext,
"doc": doc},
zip_safe=False,
**extra_opts
)