Skip to content

Commit

Permalink
hardcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraymer committed May 22, 2016
1 parent 9348643 commit 335ee1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flinck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

from .config import config, FIELDS
from .linker import Linker
from .version import __version__

__author__ = 'Fabrice Laporte <[email protected]>'
__version__ = '0.3.0'
logger = logging.getLogger(__name__)


Expand Down
1 change: 0 additions & 1 deletion flinck/version.py

This file was deleted.

4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

from setuptools import setup

from flinck import version

def yield_sphinx_only_markup(lines):
"""http://stackoverflow.com/a/25900928/5181
Cleans-up Sphinx-only constructs (ie from README.rst),
Expand Down Expand Up @@ -59,7 +57,7 @@ def clean_line(line):

readme_lines = open('README.rst').readlines()
setup(name='flinck',
version=__version__,
version='0.3.0',
description='Sort your movies on filesystem using symlinks.',
long_description=''.join(yield_sphinx_only_markup(readme_lines)),
author='Fabrice Laporte',
Expand Down

0 comments on commit 335ee1c

Please sign in to comment.