Skip to content

Commit

Permalink
feat: support pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdayma committed Jan 15, 2022
1 parent e3b1b56 commit f5dba1e
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pinned: True

_Generate images from a text prompt_

<img src="img/logo.png" width="200">
<img src="https://github.com/borisdayma/dalle-mini/raw/main/img/logo.png" width="200">

Our logo was generated with DALL·E mini using the prompt "logo of an armchair in the shape of an avocado".

Expand Down
1 change: 0 additions & 1 deletion dalle_mini/__init__.py

This file was deleted.

17 changes: 16 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
[metadata]
name = dalle_mini
name = dalle-mini
version = attr: dalle_mini.__version__
author = Boris Dayma et al.
author_email = boris.dayma@gmail.com
description = DALL·E mini - Generate images from a text prompt
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/borisdayma/dalle-mini
project_urls =
Bug Tracker = https://github.com/borisdayma/dalle-mini/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Artificial Intelligence
Development Status :: 3 - Alpha
Intended Audience :: Developers

[options]
package_dir =
=src
packages = find:
python_requires = >=3.6
install_requires =
transformers
unidecode
Expand All @@ -26,3 +38,6 @@ dev =
braceexpand
black[jupyter]
isort

[options.packages.find]
where = src
1 change: 1 addition & 0 deletions src/dalle_mini/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.2"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f5dba1e

Please sign in to comment.