Skip to content

Commit f95391a

Browse files
authored
Merge pull request #6 from tylerjereddy/add_pyproject
BLD: draft pyproject.toml
2 parents 30c3ba7 + 7f4b8e4 commit f95391a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[build-system]
2+
requires = [
3+
"setuptools",
4+
"wheel",
5+
]
6+
7+
[project]
8+
name = "pytest-regex"
9+
dynamic = ['version']
10+
authors = [
11+
{ name="Tyler Reddy", email="[email protected]" },
12+
]
13+
description = "Select pytest tests with regular expressions"
14+
15+
[project.urls]
16+
"Homepage" = "https://github.com/tylerjereddy/pytest-regex"

0 commit comments

Comments
 (0)