Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Nicolas MAILLET
rpg
Commits
1732e125
There was a problem fetching the pipeline summary.
Commit
1732e125
authored
6 years ago
by
Nicolas MAILLET
Browse files
Options
Downloads
Patches
Plain Diff
support python3.7
parent
c4151edb
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+1
-1
1 addition, 1 deletion
README.rst
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
2 additions
and
1 deletion
README.rst
+
1
−
1
View file @
1732e125
...
@@ -19,7 +19,7 @@ Rapid Peptides Generator (RPG) is a software dedicated to predict proteases-indu
...
@@ -19,7 +19,7 @@ Rapid Peptides Generator (RPG) is a software dedicated to predict proteases-indu
:target: http://rapid-peptide-generator.readthedocs.io/en/latest/?badge=latest
:target: http://rapid-peptide-generator.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
:alt: Documentation Status
:note: RPG is tested with Gitlab Ci for the following Python version: 3.4
, 3.5 and
3.
6
:note: RPG is tested with Gitlab Ci for the following Python version: 3.4
to
3.
7
:issues: Please use https://gitlab.pasteur.fr/nmaillet/rpg
:issues: Please use https://gitlab.pasteur.fr/nmaillet/rpg
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
1732e125
...
@@ -25,6 +25,7 @@ metainfo = {
...
@@ -25,6 +25,7 @@ metainfo = {
'
Programming Language :: Python :: 3.4
'
,
'
Programming Language :: Python :: 3.4
'
,
'
Programming Language :: Python :: 3.5
'
,
'
Programming Language :: Python :: 3.5
'
,
'
Programming Language :: Python :: 3.6
'
,
'
Programming Language :: Python :: 3.6
'
,
'
Programming Language :: Python :: 3.7
'
,
'
Topic :: Scientific/Engineering :: Bio-Informatics
'
,]
'
Topic :: Scientific/Engineering :: Bio-Informatics
'
,]
}
}
...
...
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