small improvements, including giving a more explicit error message about NoNestedFolder. fixed a bug where --custom-domain --domain wasn't working

This commit is contained in:
2023-03-31 19:39:21 +02:00
parent 20c282250e
commit 133097b0d9
3 changed files with 29 additions and 12 deletions

View File

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