-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00c91f0
commit bde3a12
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# Setup ~/.pypirc at https://packaging.python.org/guides/migrating-to-pypi-org/ | ||
# python setup.py sdist | ||
# pip3 install twine | ||
# twine upload -r test dist/django-jinja-knockout-0.6.0.tar.gz | ||
# twine upload -r test dist/django-jinja-knockout-0.8.0.tar.gz | ||
|
||
import os | ||
import sys | ||
|
@@ -43,7 +43,7 @@ | |
setup( | ||
name='django-jinja-knockout', | ||
version=version, | ||
description="""Django AJAX ModelForms. Read-only display ModelForms. Django AJAX grids with CRUD and custom actions. Supports Django Templates.""", | ||
description="""Django AJAX ModelForms. Read-only display ModelForms. Django AJAX datatables with CRUD and custom actions. Supports Django Templates.""", | ||
long_description=readme + '\n\n' + history, | ||
author='Dmitriy Sintsov', | ||
author_email='[email protected]', | ||
|
@@ -55,7 +55,7 @@ | |
install_requires=install_reqs, | ||
license="LGPL-3.0", | ||
zip_safe=False, | ||
keywords='django jinja knockout.js ajax forms grid datagrid datatables'.split(), | ||
keywords='django jinja knockout.js ajax forms datatables grid datagrid'.split(), | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'Environment :: Web Environment', | ||
|