From 6f83a95f7a07db638be91c5b65acf2b5bcb72631 Mon Sep 17 00:00:00 2001
From: Martin Mahner <martin@mahner.org>
Date: Fri, 21 Jun 2019 14:50:41 +0200
Subject: [PATCH] Config update

---
 setup.cfg | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

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