Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
177
Issues
177
List
Boards
Labels
Milestones
Merge Requests
52
Merge Requests
52
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
15b4b142
Commit
15b4b142
authored
Apr 16, 2018
by
Vincent A
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup: fix README use as file was renamed
a5989d14
renamed README, but references to it should also be updated.
parent
b01dc66d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MANIFEST.in
MANIFEST.in
+1
-1
setup.py
setup.py
+1
-1
No files found.
MANIFEST.in
View file @
15b4b142
include COPYING
include INSTALL
include README
include README
.md
include AUTHORS
include ChangeLog
include desktop/*
...
...
setup.py
View file @
15b4b142
...
...
@@ -154,7 +154,7 @@ def install_weboob():
name
=
'weboob'
,
version
=
'1.4'
,
description
=
'Weboob, Web Outside Of Browsers'
,
long_description
=
open
(
'README'
)
.
read
(),
long_description
=
open
(
'README
.md
'
)
.
read
(),
author
=
'Romain Bignon'
,
author_email
=
'weboob@weboob.org'
,
maintainer
=
'Romain Bignon'
,
...
...
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