Skip to content

Commit

Permalink
Fix issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-anssi committed Feb 1, 2018
1 parent 2329235 commit 717337c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python3
"""bits_parser"""

import sys
assert sys.version_info.major == 3, 'Python 3 required'

import re
import sys
from pathlib import Path
from setuptools import setup, find_packages

Expand Down

0 comments on commit 717337c

Please sign in to comment.