[DEV] Remove completion for linux ...
This commit is contained in:
parent
242a086ba1
commit
2dcbbe9639
9
setup.py
9
setup.py
@ -7,7 +7,7 @@ def readme():
|
|||||||
|
|
||||||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
setup(name='lutin',
|
setup(name='lutin',
|
||||||
version='0.7.0',
|
version='0.7.1',
|
||||||
description='Lutin generic builder',
|
description='Lutin generic builder',
|
||||||
long_description=readme(),
|
long_description=readme(),
|
||||||
url='http://github.com/HeeroYui/lutin',
|
url='http://github.com/HeeroYui/lutin',
|
||||||
@ -26,9 +26,10 @@ setup(name='lutin',
|
|||||||
],
|
],
|
||||||
keywords='builder c++ c android ios macos makefile cmake',
|
keywords='builder c++ c android ios macos makefile cmake',
|
||||||
scripts=['bin/lutin'],
|
scripts=['bin/lutin'],
|
||||||
data_file=[
|
# Does not work on MacOs
|
||||||
('/etc/bash_completion.d', ['bash-autocompletion/lutin']),
|
#data_file=[
|
||||||
],
|
# ('/etc/bash_completion.d', ['bash-autocompletion/lutin']),
|
||||||
|
#],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
zip_safe=False)
|
zip_safe=False)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user