Skip to content

Commit

Permalink
fix import of _version_ which imports WHOLE project
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Mar 26, 2019
1 parent f6aaed5 commit 715d215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup, find_packages
from StyleFrame.version import _version_

DESCRIPTION = 'A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel. Documentation can be found at http://styleframe.readthedocs.org'

Expand All @@ -9,7 +8,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version=_version_,
version='2.0.2-mf.rc1',

description=DESCRIPTION,
long_description=DESCRIPTION,
Expand Down

0 comments on commit 715d215

Please sign in to comment.