From: allfro Date: Tue, 9 Oct 2012 22:18:41 +0000 (-0400) Subject: Tweet tweet! first commit! X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=9c338e3a935db03fef1d6d9102cd1768a19ba0d0;p=get-hack-src.git Tweet tweet! first commit! --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..d7fa64d --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include *.md +recursive-include src *.py *.conf *.plate diff --git a/README.md b/README.md index 0cb797a..2b8dd52 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ prerequisite modules. Installing Canari is a cinch. Just run: ```bash -$ sudo python setup.py install +$ sudo easy_install canari ``` This will install all the necessary modules and download any dependencies (other than what's required above) diff --git a/setup.py b/setup.py index 22a6bdd..88b0646 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if name == 'nt': setup( name='canari', author='Nadeem Douba', - version='1.0', + version='0.1', author_email='ndouba@gmail.com', description='Rapid transform development and transform execution framework for Maltego.', license='GPL',