fix build

This commit is contained in:
Emmanuel Cazenave 2020-06-09 17:18:27 +02:00
parent 8ec0b48e63
commit bc497d13e6
1 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,7 @@ import os
import subprocess
from distutils.command.sdist import sdist
from distutils.cmd import Command
from distutils.errors import CompileError
from distutils.spawn import find_executable
from setuptools import setup, find_packages
from setuptools import setup
class eo_sdist(sdist):
@ -55,7 +52,6 @@ setup(
name='httpie-publik-auth',
version=get_version(),
description='Publik auth plugin for HTTPie.',
long_description=open('README.rst').read().strip(),
author='Emmanuel Cazenave',
author_email='ecazenave@entrouvert.org',
license='GPL',