Remove version.py for now
Was causing conflicts on pip install
This commit is contained in:
parent
32432bcac9
commit
b6e820d792
5 changed files with 5 additions and 5 deletions
3
setup.py
3
setup.py
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue