diff --git a/setup.cfg b/setup.cfg index 807b112..3f15371 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = info@lincolnloop.com -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 = @@ -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 @@ -36,7 +36,6 @@ install_requires = tests = selenium coverage - psycopg2 [isort] known_first_party = dynamic_raw_id