Skip to content

Commit

Permalink
Merge pull request #19 from AgentAGadge:18-make-tp_package-a-package
Browse files Browse the repository at this point in the history
Add pyproject.toml
  • Loading branch information
MathieuLamiot authored Mar 16, 2023
2 parents 03ca6e0 + 45b3fb1 commit 65178a5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "tp_package"
version = "0.0.1"
authors = [
{ name="Mathieu Lamiot", email="mathieu.lamiot@free.fr" },
]
description = "Python package as playground to test Python and GitHub functionalities"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/AgentAGadge/test-playground"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytest==7.1.2
flake8==4.0.1
flake8==4.0.1
setuptools==65.5.0

0 comments on commit 65178a5

Please sign in to comment.