Skip to content

Commit

Permalink
fix for install from pypi
Browse files Browse the repository at this point in the history
fix for install from pypi
  • Loading branch information
LaurentMT committed Oct 25, 2014
1 parent 166e07c commit f628d11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env python
import ez_setup
ez_setup.use_setuptools()

from setuptools import setup, find_packages

setup(
Expand All @@ -10,6 +7,7 @@
version='0.0.4',
description='Python BitId Library',
author='laurentmt',
author_email='llll@lll.com',
maintainer='laurentmt',
long_description=open('README.md').read(),
url='https://www.github.com/LaurentMT/pybitid',
Expand Down

0 comments on commit f628d11

Please sign in to comment.