Skip to content

Commit 0ca6695

Browse files
authored
Merge pull request #7 from jowilf/publish_pypi
github actions to publish to pypi
2 parents 6ba2111 + f83b812 commit 0ca6695

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[tool.poetry]
22
name = "sqlalchemy-file"
33
version = "0.1.1"
4-
description = """SQLAlchemy-file is a SQLAlchemy extension for attaching files
5-
to SQLAlchemy model and uploading them to various storage such as Amazon S3,
6-
Rackspace CloudFiles, Google Storage and others using Apache Libcloud."""
4+
description = "SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
75
authors = ["Jocelin Hounon <[email protected]>"]
86
license = "MIT"
97
readme = "README.md"

0 commit comments

Comments
 (0)