parent
57eba56f99
commit
80dbc86237
@ -0,0 +1 @@
|
||||
/hatchling-0.11.3.tar.gz
|
@ -0,0 +1,12 @@
|
||||
diff -Naur hatchling-0.11.0-original/src/hatchling/ouroboros.py hatchling-0.11.0/src/hatchling/ouroboros.py
|
||||
--- hatchling-0.11.0-original/src/hatchling/ouroboros.py 2020-02-01 19:00:00.000000000 -0500
|
||||
+++ hatchling-0.11.0/src/hatchling/ouroboros.py 2022-02-05 07:40:37.160670864 -0500
|
||||
@@ -40,7 +40,7 @@
|
||||
'pluggy~=1.0.0; python_version > "3"',
|
||||
'pluggy~=0.13; python_version < "3"',
|
||||
'toml~=0.10.2; python_version < "3"',
|
||||
- 'tomli~=2.0.0; python_version > "3"',
|
||||
+ 'tomli>=1.2.2; python_version > "3"',
|
||||
],
|
||||
'scripts': {'hatchling': 'hatchling.cli:hatchling'},
|
||||
'dynamic': ['version'],
|
@ -0,0 +1,20 @@
|
||||
.TH HATCHLING "1" "February 2022" "" "User Commands"
|
||||
.SH NAME
|
||||
.B hatchling
|
||||
\(en the build backend used by Hatch
|
||||
.SH SYNOPSIS
|
||||
.B hatchling
|
||||
.RB [ \-h ]
|
||||
.RB { build , dep }\ ...
|
||||
.SH DESCRIPTION
|
||||
This is the extensible, standards compliant build backend used by Hatch.
|
||||
.SH OPTIONS
|
||||
.SS "POSITIONAL\ ARGUMENTS"
|
||||
.TP
|
||||
.B build
|
||||
.TP
|
||||
.B dep
|
||||
.SS "OPTIONAL\ ARGUMENTS"
|
||||
.TP
|
||||
.B \-h\fR,\ \fB\-\-help
|
||||
show a help message and exit
|
Loading…
Reference in new issue