File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Setup ~/.pypirc at https://packaging.python.org/guides/migrating-to-pypi-org/
55# python setup.py sdist
66# pip3 install twine
7- # twine upload -r test dist/django-jinja-knockout-0.6 .0.tar.gz
7+ # twine upload -r test dist/django-jinja-knockout-0.8 .0.tar.gz
88
99import os
1010import sys
4343setup (
4444 name = 'django-jinja-knockout' ,
4545 version = version ,
46- description = """Django AJAX ModelForms. Read-only display ModelForms. Django AJAX grids with CRUD and custom actions. Supports Django Templates.""" ,
46+ description = """Django AJAX ModelForms. Read-only display ModelForms. Django AJAX datatables with CRUD and custom actions. Supports Django Templates.""" ,
4747 long_description = readme + '\n \n ' + history ,
4848 author = 'Dmitriy Sintsov' ,
4949 author_email = 'questpc256@gmail.com' ,
5555 install_requires = install_reqs ,
5656 license = "LGPL-3.0" ,
5757 zip_safe = False ,
58- keywords = 'django jinja knockout.js ajax forms grid datagrid datatables ' .split (),
58+ keywords = 'django jinja knockout.js ajax forms datatables grid datagrid' .split (),
5959 classifiers = [
6060 'Development Status :: 4 - Beta' ,
6161 'Environment :: Web Environment' ,
You can’t perform that action at this time.
0 commit comments