Skip to content

Commit 54c25f5

Browse files
committed
switched version, fixed name error
1 parent 7cddd8c commit 54c25f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
setup(
44
name='django-ajax-validation',
5-
version='.5a',
5+
version='0.1.0',
66
description='Provides support for doing validation using Ajax(currently with jQuery) using your existing Django forms.',
7-
long_description=open('docs/index.txt').read(),
87
author='Alex Gaynor',
98
author_email='alex.gaynor@gmail.com',
109
url='http://github.com/alex/django-ajax-validation/tree/master',
11-
packages=find_pacakges(),
10+
packages=find_packages(),
1211
classifiers=[
1312
'Development Status :: 3 - Alpha',
1413
'Environment :: Web Environment',

0 commit comments

Comments
 (0)