mirror of
https://github.com/lubuntu-team/lubuntu-about.git
synced 2025-05-12 09:21:29 +00:00
Add the initial setup file.
This commit is contained in:
parent
2412383ff7
commit
2be6a2e63b
14
setup.py
Executable file
14
setup.py
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
from distutils.core import setup
|
||||||
|
import glob
|
||||||
|
import os
|
||||||
|
from DistUtilsExtra.command import *
|
||||||
|
|
||||||
|
setup(name='lubuntu-about',
|
||||||
|
version='1.0',
|
||||||
|
packages=['src'],
|
||||||
|
scripts=['src/lubuntu-about'],
|
||||||
|
cmdclass = { "build" : build_extra.build_extra }
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user