We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ba2111 + f83b812 commit 0ca6695Copy full SHA for 0ca6695
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 <[email protected]>"]
8
license = "MIT"
9
readme = "README.md"
0 commit comments