Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Find Recombinations Among Genomes
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas MAILLET
Find Recombinations Among Genomes
Commits
910fce7d
Commit
910fce7d
authored
4 years ago
by
Nicolas MAILLET
Browse files
Options
Downloads
Patches
Plain Diff
Add url to doc
parent
45983bd6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+4
-4
4 additions, 4 deletions
setup.py
with
4 additions
and
4 deletions
setup.py
+
4
−
4
View file @
910fce7d
...
@@ -36,7 +36,7 @@ setup(
...
@@ -36,7 +36,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
# https://packaging.python.org/en/latest/single_source_version.html
version
=
'
0.1.
3
'
,
# Required
version
=
'
0.1.
4
'
,
# Required
# This is a one-line description or tagline of what your project does. This
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
# corresponds to the "Summary" metadata field:
...
@@ -187,10 +187,10 @@ setup(
...
@@ -187,10 +187,10 @@ setup(
# issues, where the source is hosted, where to say thanks to the package
# issues, where the source is hosted, where to say thanks to the package
# maintainers, and where to support the project financially. The key is
# maintainers, and where to support the project financially. The key is
# what's used to render the link text on PyPI.
# what's used to render the link text on PyPI.
#
project_urls={ # Optional
project_urls
=
{
# Optional
#
'
Bug Reports
': 'https://
github.com/pypa/sampleproject/issues
',
'
Doc
'
:
'
https://
frags.readthedocs.io/en/latest/
'
,
# 'Funding': 'https://donate.pypi.org',
# 'Funding': 'https://donate.pypi.org',
# 'Say Thanks!': 'http://saythanks.io/to/example',
# 'Say Thanks!': 'http://saythanks.io/to/example',
# 'Source': 'https://github.com/pypa/sampleproject/',
# 'Source': 'https://github.com/pypa/sampleproject/',
#
},
},
)
)
\ No newline at end of file
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