File tree Expand file tree Collapse file tree 2 files changed +23
-138
lines changed
Expand file tree Collapse file tree 2 files changed +23
-138
lines changed Original file line number Diff line number Diff line change 22# These are the assumed default build requirements from pip:
33# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
44requires = [" 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"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments