Skip to content

Commit

Permalink
Config update
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Jun 21, 2019
1 parent f60683f commit 6f83a95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = 2.6
description =
raw_id_fields widget replacement that handles display of an object's
string value on change and can be overridden via a template
long_description = file: README.rst
long_description = file: README.rst, CHANGELOG.rst
author = Martin Mahner, Seth Buntin, Yann Malet
author_email = [email protected]
url = https://github.com/bartTC/django-dynamic-raw-id
url = https://github.com/lincolnloop/django-dynamic-raw-id
keywords = django, widget, field, admin, raw-id, foreignkey
license = MIT
classifiers =
Expand All @@ -27,7 +27,7 @@ classifiers =
packages = find:
include_package_data = True
zip_safe = False
python_requires = '>=2.7'
python_requires = >=2.7
install_requires =
django>=1.8
six
Expand All @@ -36,7 +36,6 @@ install_requires =
tests =
selenium
coverage
psycopg2
[isort]
known_first_party = dynamic_raw_id
Expand Down

0 comments on commit 6f83a95

Please sign in to comment.