Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit e842b64

Browse files
author
Rocky Meza
committed
Make setup.py install the bash_completion automatically.
1 parent ffa2db5 commit e842b64

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include README.rst
22
include LICENSE
3-
include bash_completion
3+
recursive-include extras *
File renamed without changes.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ def read(fname):
3838
"Operating System :: POSIX :: Linux",
3939
"Environment :: Console",
4040
],
41+
data_files=[
42+
('/etc/bash_completion.d/', ['extras/wifi-completion.bash']),
43+
]
4144
)

0 commit comments

Comments
 (0)