Remove version.py for now

Was causing conflicts on pip install
This commit is contained in:
Mike Helmick 2013-04-29 12:04:22 -04:00
parent 32432bcac9
commit b6e820d792
5 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,10 @@
import os
import sys
from twython.version import __version__
from setuptools import setup
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '2.8.0'
packages = [
'twython'