Skip to content

Commit

Permalink
Merge pull request #14 from SohuTech/clear-version
Browse files Browse the repository at this point in the history
明确版本号
  • Loading branch information
the5fire authored Jun 13, 2017
2 parents 5e0d4c7 + e98f20a commit dd5e584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions essay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from fabric.state import env

env.PYPI_INDEX = 'http://pypi.douban.com/simple/'
VERSION = '0.0.3'
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# coding: utf-8
#!/usr/bin/env python
from __future__ import unicode_literals

from setuptools import setup, find_packages

from essay import VERSION

setup(
name='essay',
version='${version}',
description=u'持续部署工具',
version=VERSION,
description='持续部署工具',
long_description='',
author='SohuTech',
author_email='[email protected]',
Expand Down

0 comments on commit dd5e584

Please sign in to comment.