docs: use markdown for readme file

This commit is contained in:
Lance Edgar 2024-09-13 19:16:28 -05:00
parent 609e99003f
commit b55f7ead04
3 changed files with 6 additions and 8 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# sqlalchemy-pervasive
A SQLAlchemy dialect for the [Pervasive
PSQL](http://www.pervasive.com/database/) database engine.

View file

@ -1,7 +0,0 @@
sqlalchemy-pervasive
====================
A SQLAlchemy dialect for the `Pervasive PSQL`_ database engine.
.. _Pervasive PSQL: http://www.pervasive.com/database/

View file

@ -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 = [