Skip to content

Commit c1e38f7

Browse files
author
Vladimir Kotal
committed
Merge branch 'tulinkry-opengrok-tools-readme'
2 parents 679de4f + 92b9fda commit c1e38f7

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

opengrok-tools/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
opengrok_tools.egg-info
2+
.eggs
3+
env

opengrok-tools/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include src/main/python/README.md
1+
include README.md
File renamed without changes.

opengrok-tools/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
103103
<directory>${basedir}</directory>
104104
<includes>
105105
<include>MANIFEST.in</include>
106+
<include>README.md</include>
106107
<include>logging.properties.template</include>
107108
</includes>
108109
</resource>

opengrok-tools/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88

99
def readme():
10-
with open(os.path.join(SCRIPT_DIR, 'src', 'main', 'python', 'README.md'),
11-
'r') as readme:
10+
with open(os.path.join(SCRIPT_DIR, 'README.md'), 'r') as readme:
1211
return readme.read()
1312

1413

0 commit comments

Comments
 (0)