Skip to content

Commit

Permalink
update setup.py, sfepy/version.py for README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rc committed Jul 8, 2016
1 parent c7adf8b commit 735fd2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def configuration(parent_package='', top_path=None):
]
aux_scripts = [os.path.join('script', ii) for ii in aux_scripts]

config.add_data_files(('sfepy', ('VERSION', 'INSTALL', 'README', 'LICENSE',
'AUTHORS', 'build_helpers.py',
config.add_data_files(('sfepy', ('VERSION', 'INSTALL', 'README.rst',
'LICENSE', 'AUTHORS', 'build_helpers.py',
'site_cfg_template.py', 'Makefile')))
config.add_data_files(('sfepy/script', main_scripts))
config.add_data_files(('sfepy/script', aux_scripts))
Expand Down
2 changes: 1 addition & 1 deletion sfepy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_basic_info(version=__version__):
for up_dir in ['..', '.']:
top_dir = op.normpath(op.realpath(op.join(op.dirname(__file__),
up_dir)))
aux = op.join(top_dir, 'README')
aux = op.join(top_dir, 'README.rst')
if op.isfile(aux):
break
else:
Expand Down

0 comments on commit 735fd2a

Please sign in to comment.