-
Notifications
You must be signed in to change notification settings - Fork 30
2020 Update #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2020 Update #12
Conversation
Allows to use wheel.
This project is merged with setuptools.
|
cc @madtibo |
|
The changes look good. I'll want to try it out once with a new venv to make sure that nothing silly breaks and merge it in. re: the documentation; I would want to keep the explicit list of tables instead of showing just one for the sake of completeness. Could you make that change @bersace? Thanks! |
Document a quickstart setup first and then describe advanced usage for custom tables.
|
Hi @musically-ut thanks for the review ! You're right, I updated the README to document supported tables by Feel free to nitpick :-) |
|
🆙 |
Also, removed mention of unnecessary dependency which was installed for Python 2x support.
Remove wsgiref which was required for Python 2 support.
|
Thanks! 💯 |
Hi,
Thanks for this great project :-)
I found some rough edge and though I could polish the project. Here is my contribution.
What do you think of this ?