Skip to content

Commit

Permalink
Merge pull request #16 from pltrdy/fix_setup
Browse files Browse the repository at this point in the history
Dont import module in setup anymore
  • Loading branch information
pltrdy committed Jun 28, 2018
2 parents 8d1cc86 + 5b99b90 commit 8255cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rouge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import absolute_import
from rouge.rouge import FilesRouge, Rouge

__version__ = "0.3.0"
__version__ = "0.3.1"
__all__ = ["FilesRouge", "Rouge"]
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from setuptools import setup, find_packages
import rouge

version = rouge.__version__
version = "0.3.1"
setup(
name="rouge",
version=version,
Expand Down

0 comments on commit 8255cac

Please sign in to comment.