update readme

This commit is contained in:
Brett Kuprel
2022-07-03 16:49:38 -04:00
parent ec14eeba62
commit aa08f7f93c
4 changed files with 107 additions and 12 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ from pathlib import Path
setuptools.setup(
name='min-dalle',
description = 'min(DALL·E)',
long_description=(Path(__file__).parent / "README").read_text(),
version='0.2.12',
long_description=(Path(__file__).parent / "README.rst").read_text(),
version='0.2.13',
author='Brett Kuprel',
author_email='brkuprel@gmail.com',
url='https://github.com/kuprel/min-dalle',