Commit 21bb630b by tarokkk

laborgui: Added desktop and icon to install package

parent e73b5fe8
include cloud.svg
include cloud.desktop
......@@ -2,6 +2,9 @@ from setuptools import setup, find_packages
setup(
name = "CloudGUI",
version = "0.3",
data_files = [('/usr/share/icons', ['cloud.svg']),
('/usr/share/applications', ['cloud.desktop'])],
include_package_data = True,
packages = ['cloudgui',],
scripts = ['cloud','rdp',],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment