Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Feb 21, 2016
1 parent ffa51aa commit 213ef22
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup, find_packages
from setuptools import setup, find_packages

try:
from pypandoc import convert
Expand All @@ -15,6 +12,7 @@

req = open("requirements.txt")
requirements = req.readlines()
req.close()

setup(
name="zorg-firmata",
Expand Down

0 comments on commit 213ef22

Please sign in to comment.