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 09d00c6 commit 75d053eCopy full SHA for 75d053e
setup.py
@@ -6,7 +6,8 @@
6
7
dir_path = os.path.abspath(os.path.dirname(__file__))
8
readme = io.open(os.path.join(dir_path, 'README.rst'), encoding='utf-8').read()
9
-version = io.open(os.path.join(dir_path, 'VERSION.txt'), encoding='utf-8').read().strip()
+version = io.open(os.path.join(dir_path, 'VERSION.txt'),
10
+ encoding='utf-8').read().strip()
11
base_url = 'https://github.com/sendgrid/'
12
13
copy_file(os.path.join(dir_path, 'VERSION.txt'),
0 commit comments