]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
Tweet tweet! first commit!
authorallfro <ndouba@gmail.com>
Tue, 9 Oct 2012 22:18:41 +0000 (18:18 -0400)
committerallfro <ndouba@gmail.com>
Tue, 9 Oct 2012 22:18:41 +0000 (18:18 -0400)
MANIFEST.in [new file with mode: 0644]
README.md
setup.py

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..d7fa64d
--- /dev/null
@@ -0,0 +1,2 @@
+include *.md
+recursive-include src *.py *.conf *.plate
index 0cb797ace4d73969b6fdcb9b31bf94c22f2b0f04..2b8dd52c12cab8be5fcb662644afc3f29ccdee15 100644 (file)
--- 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)
index 22a6bdd0b28b6d05a1972829c5bde3b7a78a77c6..88b06461b3ef71caad5ea386f2beca027ac5d95f 100755 (executable)
--- 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',