Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGallium committed Apr 27, 2023
1 parent 2411116 commit aa722ca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[project]
name = "quizpython_TheGallium"
version = "1.0.0"
authors = [
{ name="TheGallium", email="gallium.discord@gmail.com" },
]
description = "Interacting with users to obtain their responses to questions or multiple-choice questions."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/TheGallium/quizpython"
"Bug Tracker" = "https://github.com/TheGallium/quizpython/issues"

0 comments on commit aa722ca

Please sign in to comment.