Skip to content

Commit

Permalink
Add missing sys import to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Nov 6, 2018
1 parent 85dc669 commit 0ea9276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
@@ -1,5 +1,7 @@
from setuptools import setup, find_packages

import sys

version = '3.4.6-dev.0'

long_description = (
Expand Down

0 comments on commit 0ea9276

Please sign in to comment.