blob: f70948b4557a88d8eaf20aae4539dfcd0de0ce0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- setup.py.orig 2010-08-20 15:32:51.000000000 +0200
+++ setup.py 2010-08-20 15:33:03.000000000 +0200
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
- name='BlindElephant',
+ name='blindelephant',
version='1.0',
description='Uses static file fingerprinting to determine the version of web applications and plugins installed at a url',
author="Patrick Thomas",
@@ -17,4 +17,4 @@
"Topic :: Internet :: WWW/HTTP"
"Programming Language :: Python :: 2.6"
]
-)
\ No newline at end of file
+)
|