Skip to content

Commit

Permalink
use VERSION in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiej-kurek committed Nov 30, 2016
1 parent 579e474 commit 1edc365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-

from setuptools import setup, find_packages

from messente.constants import VERSION

setup(
name="messente-python",
version="1.2.5",
version=VERSION,
packages=["messente", "messente.api"],
setup_requires=["future", "six", "requests"],
install_requires=["future", "six", "requests"],
Expand Down

0 comments on commit 1edc365

Please sign in to comment.