Skip to content

Commit

Permalink
Remove track import from setup (pyrow not compiled yet
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Sep 4, 2013
1 parent 45f3b37 commit d096409
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
Expand Up @@ -5,12 +5,10 @@
use_setuptools()
from setuptools import setup, Extension

from track import __version__


setup(
name = 'track',
version = __version__,
version = '1.3.0-dev',
description = 'Python package for reading and writing genomic data',
long_description = open('README.md').read(),
license = 'GNU General Public License 3.0',
Expand Down

0 comments on commit d096409

Please sign in to comment.