Skip to content

Commit

Permalink
Use version from package in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 30, 2017
1 parent fa55ae5 commit b2ea550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from setuptools import setup, find_packages
import os, sys
from taiga import __version__


def read(fname):
Expand All @@ -28,7 +29,7 @@ def read(fname):

setup(
name="python-taiga",
version="0.8.6",
version=__version__,
packages=find_packages(),
include_package_data=True,
description="Taiga python API",
Expand Down

0 comments on commit b2ea550

Please sign in to comment.