mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
chore: Remove deprecated pkg_resources
This commit is contained in:
parent
4b1e04a98e
commit
36e9dc36b0
1 changed files with 0 additions and 4 deletions
4
setup.py
4
setup.py
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import pkg_resources
|
||||
from setuptools import setup
|
||||
|
||||
# (1) check required versions (from https://medium.com/@daveshawley/safely-using-setup-cfg-for-metadata-1babbe54c108)
|
||||
pkg_resources.require("setuptools>=39.2")
|
||||
|
||||
setup()
|
||||
|
|
|
|||
Loading…
Reference in a new issue