Skip to content

Commit

Permalink
Change Readme and setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Grudko committed Nov 29, 2012
1 parent 25e700b commit 58635cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README
@@ -1,2 +1,3 @@
N3 Deployment Tool

Usage: create "./deploy/stages" directory in your project, and
fill it with executable files with ".update" and ".rollback" extensions,
that contains the stages of your deployment process.
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -3,14 +3,14 @@

setup(
name='n3d',
version='0.1',
description='N3 Deployment Tool',
version='0.2',
description='Utility for step-by-step application deployment',
author='Anton Grudko',
author_email='grudko@gmail.com',
url='http://develop.netrika.ru/n3d',
url="http://pypi.python.org/pypi/n3d",
platforms=('Any',),
py_modules=['n3d'],
install_requires=['pexpect', 'jinja2', 'termcolor'],
install_requires=['pexpect', 'termcolor'],
entry_points={
'console_scripts': [
'n3d = n3d:main',
Expand All @@ -23,6 +23,6 @@
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Operating System :: POSIX',
'Programming Language :: Python',
'Topic :: Software Development :: Build Tools'
'Topic :: Software Development :: Build Tools',
]
)

0 comments on commit 58635cb

Please sign in to comment.