use setuptools instead of distutils

This commit is contained in:
Brad Warren 2018-04-25 11:34:42 -07:00
parent 981af3e31e
commit d43d35d793

View file

@ -1,5 +1,5 @@
"""Setup script for certbot-dns-route53"""
from distutils.core import setup
from setuptools import setup
from setuptools import find_packages
version = '0.24.0.dev0'