Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Trèfle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open source
Trèfle
Commits
30d525cf
Commit
30d525cf
authored
Jun 11, 2018
by
Yohan Boniface
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.1.2
parent
dccb8ad3
Pipeline
#1390
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
remote/config.yml
remote/config.yml
+1
-1
setup.py
setup.py
+1
-1
No files found.
remote/config.yml
View file @
30d525cf
...
@@ -2,4 +2,4 @@ ssh_keys_urls:
...
@@ -2,4 +2,4 @@ ssh_keys_urls:
ybon
:
http://nuage.yohanboniface.me/id_rsa.pub
ybon
:
http://nuage.yohanboniface.me/id_rsa.pub
version
:
master
version
:
master
trefle
:
trefle
:
version
:
0.1.
1
version
:
0.1.
2
setup.py
View file @
30d525cf
...
@@ -16,7 +16,7 @@ def is_pkg(line):
...
@@ -16,7 +16,7 @@ def is_pkg(line):
with
open
(
'requirements.txt'
,
encoding
=
'utf-8'
)
as
reqs
:
with
open
(
'requirements.txt'
,
encoding
=
'utf-8'
)
as
reqs
:
install_requires
=
[
l
for
l
in
reqs
.
read
().
split
(
'
\n
'
)
if
is_pkg
(
l
)]
install_requires
=
[
l
for
l
in
reqs
.
read
().
split
(
'
\n
'
)
if
is_pkg
(
l
)]
VERSION
=
(
0
,
1
,
1
)
VERSION
=
(
0
,
1
,
2
)
__author__
=
'Yohan Boniface'
__author__
=
'Yohan Boniface'
__contact__
=
"yohan.boniface@data.gouv.fr"
__contact__
=
"yohan.boniface@data.gouv.fr"
...
...
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