Skip to content

Commit

Permalink
Remove get_version
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 18, 2015
1 parent 1ace0c2 commit 2c0d51b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
this_dir = os.path.dirname(os.path.abspath(__file__))


def get_version():
from pycd.__version__ import __version__
return __version__


def get_data_files():

def get_completion_install_location(shell):
Expand Down Expand Up @@ -64,7 +59,7 @@ def get_completion_install_location(shell):

setup(
name='pycd',
version=get_version(),
version=__import__('pycd').__version__,
packages=find_packages(),
description='Tool to change directory for python modules.',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 2c0d51b

Please sign in to comment.