Skip to content

Commit

Permalink
add pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jul 30, 2024
1 parent 0c5ca7d commit a56625d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "my_project"
version = "0.1"
name = "flask-socketio-chat"
version = "1.0"
dependencies = [
"flask",
"flask-socketio",
Expand Down

0 comments on commit a56625d

Please sign in to comment.