models_root command line argument

This commit is contained in:
Brett Kuprel
2022-07-01 23:39:48 -04:00
parent 21c633b56e
commit 4b632555b5
4 changed files with 13 additions and 6 deletions
+4 -1
View File
@@ -1,11 +1,14 @@
import setuptools
from pathlib import Path
setuptools.setup(
name='min-dalle',
description = 'min(DALL·E)',
version='0.2.0',
long_description=(Path(__file__).parent / "README").read_text(),
version='0.2.5',
author='Brett Kuprel',
author_email='brkuprel@gmail.com',
url='https://github.com/kuprel/min-dalle',
packages=[
'min_dalle',
'min_dalle.models'