Skip to content
This repository has been archived by the owner on Dec 26, 2017. It is now read-only.

Commit

Permalink
Hard code version in setup.py (fixes #23)
Browse files Browse the repository at this point in the history
The previous method for setting the version would cause PyPi installs to
fail.
  • Loading branch information
danieljkemp authored and calmh committed Apr 21, 2016
1 parent 76ff33d commit 4bb7331
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -9,10 +9,8 @@
from subprocess import getoutput


version = getoutput('git describe --always') or '1.0'

setup(name='unifi',
version=version,
version='1.2.5',
description='API towards Ubiquity Networks UniFi controller',
author='Jakob Borg',
author_email='jakob@nym.se',
Expand Down

0 comments on commit 4bb7331

Please sign in to comment.