Commit d26f86e
authored
Add zipsafe to setup.py (#109)
* Add zip_safe into setup.py
Adding the keyword was proposed by pyroma. Setting it to True is probably
harmless, as there's nothing but Python in the package.
* Escape star character in README.rst
This error was kindly reported by pyroma.
* Add Python3.6 to the list of supported versions1 parent 77d3814 commit d26f86e
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
| 771 | + | |
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
0 commit comments