Skip to content

Commit fb6d594

Browse files
committed
Remove setup.py
1 parent 60ee6bd commit fb6d594

File tree

2 files changed

+23
-138
lines changed

2 files changed

+23
-138
lines changed

pyproject.toml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,26 @@
22
# These are the assumed default build requirements from pip:
33
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
44
requires = ["setuptools>=61.0", "wheel"]
5-
build-backend = "setuptools.build_meta"
5+
build-backend = "setuptools.build_meta"
6+
7+
[project]
8+
name = "patchparser"
9+
version = "0.0.1"
10+
authors = [
11+
{ name="Trevor Dunlap", email="[email protected]" },
12+
]
13+
description = "A python package to extract features from a commit patch."
14+
readme = "README.md"
15+
requires-python = ">=3.7"
16+
classifiers = [
17+
"Programming Language :: Python :: 3",
18+
"License :: OSI Approved :: The Unlicense (Unlicense)",
19+
"Operating System :: OS Independent",
20+
]
21+
dependencies = [
22+
'requests'
23+
]
24+
25+
[project.urls]
26+
"Homepage" = "https://github.com/tdunlap607/patchparser"
27+
"Bug Tracker" = "https://github.com/tdunlap607/patchparser/issues"

setup.py

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)