Skip to content

Commit

Permalink
s/repl.it/Replit in pyproject.toml and README (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeichestakov authored Feb 1, 2024
1 parent 50d019a commit b9d44be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This repository is the home for the `replit` Python package, which provides:

- A fully-featured database client for [Replit DB](https://docs.repl.it/misc/database).
- A fully-featured database client for [Replit DB](https://docs.replit.com/category/databases).
- A Flask–based application framework for accelerating development on the platform.
- Replit user profile metadata retrieval (more coming here!).
- A simple audio library that can play tones and audio files!
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "replit"
version = "0.0.0" # Set by GitHub Actions
description = "A library for interacting with features of repl.it"
authors = ["Repl.it <contact@repl.it>", "mat <[email protected]>", "kennethreitz <[email protected]>", "Scoder12 <[email protected]>", "AllAwesome497", ]
description = "A library for interacting with features of Replit"
authors = ["Replit <contact@replit.com>", "mat <[email protected]>", "kennethreitz <[email protected]>", "Scoder12 <[email protected]>", "AllAwesome497", ]
license = "ISC"
readme = "README.md"
repository = "https://github.com/replit/replit-py"
Expand Down

0 comments on commit b9d44be

Please sign in to comment.