You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lubuntu-update-notifier/setup.py

16 lines
384 B

#!/usr/bin/env python3
from setuptools import setup
#from distutils.core import setup
#from DistUtilsExtra.command import *
setup(
name="lubuntu-update-notifier",
version="0.1",
packages=['lubuntu-update-notifier'],
scripts=['upgrader.py'],
data_files=[
('lib/lubuntu-update-notifier/',
['upg-notifier.sh','notifier.py'])]
)