We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fa52b commit 05b62b6Copy full SHA for 05b62b6
setup.py
@@ -1,7 +1,8 @@
1
-from setuptools import setup, find_packages
2
import io
3
import os
4
+from setuptools import find_packages, setup
5
+
6
VERSION = "1.4"
7
8
0 commit comments