Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.io.base
Commits
0cb1514a
Commit
0cb1514a
authored
1 year ago
by
Yannick DAYER
Browse files
Options
Downloads
Plain Diff
Merge branch 'readme-markdown' into 'master'
meta [readme]: Add readme to manifest, set content type See merge request
!47
parents
918c9cc2
b03333ba
No related branches found
No related tags found
1 merge request
!47
meta [readme]: Add readme to manifest, set content type
Pipeline
#74685
passed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
2
Pipelines
30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
2 additions
and
1 deletion
MANIFEST.in
+
1
−
0
View file @
0cb1514a
include LICENSE README.md
recursive-include doc *.rst *.ico *.png
recursive-include tests *.py
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
0cb1514a
...
...
@@ -52,7 +52,7 @@ zip-safe = true
package-dir
=
{
""
=
"src"
}
[tool.setuptools.dynamic]
readme
=
{
file
=
"README.md"
}
readme
=
{
file
=
"README.md"
,
content-type
=
"text/markdown"
}
[tool.distutils.bdist_wheel]
universal
=
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment