Skip to content

Commit

Permalink
prepare to publishing on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyglazyrindev committed May 7, 2016
1 parent a5e74e9 commit 5a7c4a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -11,9 +11,11 @@ def readme():

setup(
name='acmdrunner',
version='0.6',
version='0.7',
description='Ascetic command runner. The most ease way'
' to power your python app with custom management commands',
long_description='Ascetic command runner. The most ease way'
' to power your python app with custom management commands',
classifiers=[
'Development Status :: 4 - Beta',
'Topic :: Software Development :: Libraries :: Application Frameworks',
Expand Down Expand Up @@ -42,5 +44,5 @@ def readme():
test_suite='tests',
keywords=['command', 'dispatch'],
download_url='https://github.com/sergeyglazyrindev/'
'asceticcmdrunner/tarball/0.6'
'asceticcmdrunner/tarball/0.7'
)

0 comments on commit 5a7c4a0

Please sign in to comment.