We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453a5ca commit f83b812Copy full SHA for f83b812
pyproject.toml
@@ -1,9 +1,7 @@
1
[tool.poetry]
2
name = "sqlalchemy-file"
3
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."""
+description = "SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
7
authors = ["Jocelin Hounon <hounonj@gmail.com>"]
8
license = "MIT"
9
readme = "README.md"
0 commit comments