Skip to content

Commit

Permalink
docs: datasette-io -> datasette
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 14, 2023
1 parent c01d48c commit 0701f28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# datasette-write-ui

[![PyPI](https://img.shields.io/pypi/v/datasette-write-ui.svg)](https://pypi.org/project/datasette-write-ui/)
[![Changelog](https://img.shields.io/github/v/release/datasette-io/datasette-write-ui?include_prereleases&label=changelog)](https://github.com/datasette-io/datasette-write-ui/releases)
[![Tests](https://github.com/datasette-io/datasette-write-ui/workflows/Test/badge.svg)](https://github.com/datasette-io/datasette-write-ui/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/datasette-io/datasette-write-ui/blob/main/LICENSE)
[![Changelog](https://img.shields.io/github/v/release/datasette/datasette-write-ui?include_prereleases&label=changelog)](https://github.com/datasette/datasette-write-ui/releases)
[![Tests](https://github.com/datasette/datasette-write-ui/workflows/Test/badge.svg)](https://github.com/datasette/datasette-write-ui/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/datasette/datasette-write-ui/blob/main/LICENSE)

A Datasette plugin that adds UI elements to edit, insert, or delete rows in SQLite tables.

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def get_long_description():
long_description=get_long_description(),
long_description_content_type="text/markdown",
author="Alex Garcia",
url="https://github.com/asg017/datasette-write-ui",
url="https://github.com/datasette/datasette-write-ui",
project_urls={
"Issues": "https://github.com/asg017/datasette-write-ui/issues",
"CI": "https://github.com/asg017/datasette-write-ui/actions",
"Changelog": "https://github.com/asg017/datasette-write-ui/releases",
"Issues": "https://github.com/datasette/datasette-write-ui/issues",
"CI": "https://github.com/datasette/datasette-write-ui/actions",
"Changelog": "https://github.com/datasette/datasette-write-ui/releases",
},
license="Apache License, Version 2.0",
classifiers=[
Expand Down

0 comments on commit 0701f28

Please sign in to comment.