Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
d14a6619
Commit
d14a6619
authored
Mar 06, 2019
by
Stan Prokop
Committed by
Sébastien Eustace
Mar 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added required to authors field in the documentation. (#412)
parent
0222bf6b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
+2
-2
docs/docs/pyproject.md
+2
-2
No files found.
README.md
View file @
d14a6619
...
@@ -569,9 +569,9 @@ More identifiers are listed at the [SPDX Open Source License Registry](https://w
...
@@ -569,9 +569,9 @@ More identifiers are listed at the [SPDX Open Source License Registry](https://w
#### authors
#### authors
The authors of the package.
This is a list of authors and should contain at least one author.
The authors of the package.
**Required**
Authors must be in the form `
name
<email>
`.
This is a list of authors and should contain at least one author.
Authors must be in the form `
name
<email>
`.
#### readme
#### readme
...
...
docs/docs/pyproject.md
View file @
d14a6619
...
@@ -42,9 +42,9 @@ More identifiers are listed at the [SPDX Open Source License Registry](https://w
...
@@ -42,9 +42,9 @@ More identifiers are listed at the [SPDX Open Source License Registry](https://w
## authors
## authors
The authors of the package.
This is a list of authors and should contain at least one author.
The authors of the package.
**Required**
Authors must be in the form
`name <email>`
.
This is a list of authors and should contain at least one author.
Authors must be in the form
`name <email>`
.
## readme
## readme
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment