mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
commit
f86f61a214
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -2,11 +2,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
import axes
|
||||
#import axes
|
||||
|
||||
setup(
|
||||
name='django-axes',
|
||||
version=axes.get_version(),
|
||||
version='1.2.5',
|
||||
# version=axes.get_version(),
|
||||
description="Keep track of failed login attempts in Django-powered sites.",
|
||||
long_description=open('README.rst', 'r').read(),
|
||||
keywords='django, security, authentication',
|
||||
|
|
|
|||
Loading…
Reference in a new issue