Changeset - b55f7ead048e
[Not reviewed]
master
1 1 1
Lance Edgar (lance) - 7 days ago 2024-09-13 19:16:28
lance@edbob.org
docs: use markdown for readme file
3 files changed with 6 insertions and 8 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
 
new file 100644
 

	
 
# sqlalchemy-pervasive
 

	
 
A SQLAlchemy dialect for the [Pervasive
 
PSQL](http://www.pervasive.com/database/) database engine.
README.rst
Show inline comments
 
deleted file
pyproject.toml
Show inline comments
 

	
 
[build-system]
 
requires = ["hatchling"]
 
build-backend = "hatchling.build"
 

	
 

	
 
[project]
 
name = "sqlalchemy-pervasive"
 
version = "0.3.0"
 
description = "SQLAlchemy Dialect for Pervasive PSQL"
 
readme = "README.rst"
 
readme = "README.md"
 
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 
license = {text = "GNU GPL v3+"}
 
classifiers = [
 
        "Development Status :: 5 - Production/Stable",
 
        "Intended Audience :: Developers",
 
        "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
 
        "Natural Language :: English",
 
        "Operating System :: OS Independent",
 
        "Programming Language :: Python",
 
        "Programming Language :: Python :: 3",
 
        "Topic :: Software Development :: Libraries :: Python Modules",
 
]
0 comments (0 inline, 0 general)