fair-research / native-login

Provides Native App login and token storage for multiple providers
Apache License 2.0
3 stars 2 forks source link

fix: Tests being included in wheels #61

Closed NickolausDS closed 3 years ago

NickolausDS commented 3 years ago

This includes a handy deploy script for running tests before uploading to PyPi. I'm quite bad at remembering that, so this is a nice addition. This also includes a fix for tests making their way into wheels, which previously happened any time python setup.py bdist_wheel was run regardless of the entry in MANIFEST.in. Using pip instead fixes this problem.

Fix for #56