Skip to content

Commit

Permalink
adjust project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed May 30, 2024
1 parent 1df6a8f commit e525da9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,12 @@ def get_long_description():


setup(
name="datasette-datatables",
description="Export Datasette records as DataTables",
name="datasette-datatable",
description="Export Datasette records as a DataTable",
long_description=get_long_description(),
long_description_content_type="text/markdown",
author="Simon Willison",
url="https://github.com/simonw/datasette-yaml",
project_urls={
"Issues": "https://github.com/simonw/datasette-yaml/issues",
"CI": "https://github.com/simonw/datasette-yaml/actions",
"Changelog": "https://github.com/simonw/datasette-yaml/releases",
},
author="Forest Gregg",
url="https://github.com/datamade/datasette-datatable",
license="Apache License, Version 2.0",
version=VERSION,
packages=["datasette_datatable"],
Expand Down

0 comments on commit e525da9

Please sign in to comment.