Skip to content

Commit

Permalink
Merge pull request #1 from cyberbudy/master
Browse files Browse the repository at this point in the history
  • Loading branch information
LowerDeez authored Feb 1, 2024
2 parents 16e2b5f + 7cc6218 commit b931a35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ok_redirects/admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django import forms
from django.contrib import admin
from django.utils.html import mark_safe
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _

from .models import Redirect

Expand Down
10 changes: 8 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,23 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Framework :: Django
Framework :: Django :: 1.11
Framework :: Django :: 2.2
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Framework :: Django :: 4.2
Framework :: Django :: 5.0

[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
django>=1.11
django>=3.2
six
mock

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-ok-redirects',
version='0.3.9',
version='0.4.0',
long_description_content_type='text/x-rst',
packages=[pkj_name] + [pkj_name + '.' + x for x in find_packages(pkj_name)],
include_package_data=True,
Expand Down

0 comments on commit b931a35

Please sign in to comment.