Skip to content

Commit f83b812

Browse files
committed
github actions to publish to pypi
1 parent 453a5ca commit f83b812

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
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 <hounonj@gmail.com>"]
86
license = "MIT"
97
readme = "README.md"

0 commit comments

Comments
 (0)