mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Add missing comma to setup.py
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
1879762e04
commit
96ab3f1a5b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ setup(
|
|||
'pytz',
|
||||
'django-appconf',
|
||||
'django-ipware>=2.0.2',
|
||||
'win_inet_pton ; python_version < "3.4" and sys_platform == "win32"'
|
||||
'win_inet_pton ; python_version < "3.4" and sys_platform == "win32"',
|
||||
],
|
||||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue