We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cddd8c commit 54c25f5Copy full SHA for 54c25f5
setup.py
@@ -2,13 +2,12 @@
2
3
setup(
4
name='django-ajax-validation',
5
- version='.5a',
+ version='0.1.0',
6
description='Provides support for doing validation using Ajax(currently with jQuery) using your existing Django forms.',
7
- long_description=open('docs/index.txt').read(),
8
author='Alex Gaynor',
9
author_email='alex.gaynor@gmail.com',
10
url='http://github.com/alex/django-ajax-validation/tree/master',
11
- packages=find_pacakges(),
+ packages=find_packages(),
12
classifiers=[
13
'Development Status :: 3 - Alpha',
14
'Environment :: Web Environment',
0 commit comments