Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sconsider
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ifs
Sconsider
Merge requests
!1
Resolve "Rename Readme to be rendered as markdown"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Rename Readme to be rendered as markdown"
1-rename-readme-to-be-rendered-as-markdown
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Dominic Klinger
requested to merge
1-rename-readme-to-be-rendered-as-markdown
into
master
8 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
#1 (closed)
0
0
Merge request reports
Viewing commit
7765e6aa
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7765e6aa
Renamed the file
· 7765e6aa
Marcel Huber
authored
8 years ago
setup.py
+
1
−
1
Options
@@ -26,7 +26,7 @@ PACKAGE = 'SConsider'
_THISPATH
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
_README
=
codecs
.
open
(
os
.
path
.
join
(
_THISPATH
,
'
README.
txt
'
),
os
.
path
.
join
(
_THISPATH
,
'
README.
md
'
),
encoding
=
'
utf8
'
).
read
()
_CHANGES
=
codecs
.
open
(
os
.
path
.
join
(
_THISPATH
,
'
CHANGES.txt
'
),
Loading