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 ff2e810 commit d81f5a3Copy full SHA for d81f5a3
setup.py
@@ -24,7 +24,7 @@ def read_version():
24
# NB: _don't_ add namespace_packages to setup(), it'll break
25
# everything using imp.find_module
26
setup(
27
- name='django_dbshell_plus',
+ name='django-dbshell-plus',
28
version=read_version(),
29
description='A dbshell_plus management command for Django that selects pgcli or mycli when available.',
30
long_description=readme + '\n\n' + history,
@@ -37,7 +37,7 @@ def read_version():
37
install_requires=read_reqs('requirements.txt'),
38
license="BSD",
39
zip_safe=False,
40
- keywords='django_dbshell_plus',
+ keywords='django-dbshell-plus',
41
classifiers=[
42
'Development Status :: 2 - Pre-Alpha',
43
'Intended Audience :: Developers',
0 commit comments