Skip to content

Commit

Permalink
setup.py: Use setuptools
Browse files Browse the repository at this point in the history
The distutils does not support `install_requires`.
  • Loading branch information
ignatenkobrain committed Aug 30, 2020
1 parent d364646 commit 55a4938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from distutils.core import setup
from setuptools import setup

import django_pglocks

Expand Down

0 comments on commit 55a4938

Please sign in to comment.