help is a bit nicer looking, fixed a bug caused by moving an API call outside a try/xcept

This commit is contained in:
2023-03-31 23:02:58 +02:00
parent a5eb43d65c
commit b2fb3afd42
4 changed files with 16 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name="publify",
version="0.1.7",
version="0.1.8",
description="A CLI for publishing sites to Netlify and assigning custom domains to them.",
author="Zev Averbach",
author_email="zev@averba.ch",