docs: use markdown for readme file
This commit is contained in:
parent
609e99003f
commit
b55f7ead04
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
# sqlalchemy-pervasive
|
||||||
|
|
||||||
|
A SQLAlchemy dialect for the [Pervasive
|
||||||
|
PSQL](http://www.pervasive.com/database/) database engine.
|
|
@ -1,7 +0,0 @@
|
||||||
|
|
||||||
sqlalchemy-pervasive
|
|
||||||
====================
|
|
||||||
|
|
||||||
A SQLAlchemy dialect for the `Pervasive PSQL`_ database engine.
|
|
||||||
|
|
||||||
.. _Pervasive PSQL: http://www.pervasive.com/database/
|
|
|
@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
||||||
name = "sqlalchemy-pervasive"
|
name = "sqlalchemy-pervasive"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
description = "SQLAlchemy Dialect for Pervasive PSQL"
|
description = "SQLAlchemy Dialect for Pervasive PSQL"
|
||||||
readme = "README.rst"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
license = {text = "GNU GPL v3+"}
|
license = {text = "GNU GPL v3+"}
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in a new issue