mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 08:24:35 +01:00
10b7d317d0
* migrate setup.py to setup.cfg No man pages * fix Makefile build * silence flake8 F811 for BaseCLIResponse.command * also include man pages * restore a stub setup.py * remove pytest-lazy fixtures
4 lines
38 B
Python
4 lines
38 B
Python
from setuptools import setup
|
|
|
|
setup()
|