Skip to content

Commit

Permalink
install lybniz.py as lybniz
Browse files Browse the repository at this point in the history
  • Loading branch information
glixx committed Feb 20, 2019
1 parent a47aae3 commit e1d8c4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

from distutils.core import setup
from glob import glob
import os
import shutil

shutil.copyfile('lybniz.py', 'lybniz')

data_files = [('share/icons/hicolor/scalable/apps',['images/lybniz.svg']),('share/man/man1',['lybniz.1']),('share/applications',['lybniz.desktop']),('share/pixmaps',['images/lybniz.png']),('share/gnome/help/lybniz/C',['doc/lybniz.xml']),('share/gnome/help/lybniz/C/figures',['doc/figures/lybniz_colour_graph_small.png'])]

Expand All @@ -25,3 +29,4 @@
license = 'BSD',
)

os.remove("lybniz")

0 comments on commit e1d8c4a

Please sign in to comment.