From 9c338e3a935db03fef1d6d9102cd1768a19ba0d0 Mon Sep 17 00:00:00 2001 From: allfro Date: Tue, 9 Oct 2012 18:18:41 -0400 Subject: [PATCH] Tweet tweet! first commit! --- MANIFEST.in | 2 ++ README.md | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 MANIFEST.in 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', -- 2.45.1