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 3a29a8e commit e7ddcfeCopy full SHA for e7ddcfe
setup.py
@@ -4,12 +4,12 @@
4
5
setup(
6
name='django-multi-form-view',
7
- version='0.0.2',
+ version='1.0',
8
author=u'Tim Best',
9
packages=find_packages(),
10
- url='https://github.com/timbest/django-multi-form-view',
+ url='https://github.com/TimBest/django-multi-form-view',
11
license='GNU licence, see LICENCE',
12
- description='Class based views for handling more than one form in a view',
+ description='Class based views for handling more than one form in a single view',
13
long_description=open('README.md').read(),
14
zip_safe=False,
15
)
0 commit comments