install xdg data only for install and develop commands
This commit is contained in:
parent
a82bf91440
commit
6a5986c7ed
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -106,6 +106,5 @@ setup(
|
|||
],
|
||||
)
|
||||
|
||||
|
||||
if options.xdg:
|
||||
if sys.argv[1] in ('install', 'develop') and options.xdg:
|
||||
install_xdg()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue