dirname of setup.py

master
inpos 2018-08-17 21:54:23 +03:00
parent 9aa1aef69c
commit c8568be2d4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ def package_files(directory):
extra_files = package_files('examples')
extra_files.extend(package_files('extjs/static'))
extra_files.append(os.path.join(os.path.abspath(__file__), 'orun', 'extjs', 'app.html'))
extra_files.append(os.path.join(os.path.dirname(__file__), 'orun', 'extjs', 'app.html'))
setuptools.setup(
name='Orun',