From ca643e729e585d4077c0e84de97a020d04bf551a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 12 Dec 2022 20:34:04 -0600 Subject: fix for twine upload to pypi --- ChangeLog | 15 +++++++++++++++ setup.py | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 43bb5f6..951aed1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ CHANGES ======= +v0.8.0 +------ + +* refactor code and update readme +* remove force feature, unnecessary complexity +* refactor code, small bug fixing and changes +* refactor code, fix config checker and new files for pyssg.xyz +* add extra configuration for more control, add pyssg.xyz example +* forgot to change extension on argparser help text +* migrate from INI to YAML, breaks compatibility +* change syntax for accessing config variable +* refactor database entries into its own class +* refactor code and fix type checks +* change python/twine command for the build command + v0.7.3 ------ diff --git a/setup.py b/setup.py index 009dc0e..8770a01 100644 --- a/setup.py +++ b/setup.py @@ -2,5 +2,6 @@ from setuptools import setup setup( setup_requires=['pbr'], - pbr=True + pbr=True, + long_description_content_type="text/markdown" ) -- cgit v1.2.3