mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
use setuptools instead of distutils
This commit is contained in:
parent
981af3e31e
commit
d43d35d793
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue