Added setup py; buiuld system; and IPC and process detection
This commit is contained in:
11
src/versions/pyfm-0.0.1/PyFM/new/setup.py
Normal file
11
src/versions/pyfm-0.0.1/PyFM/new/setup.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='pyfm',
|
||||
version='0.0.1',
|
||||
packages=['pyfm'],
|
||||
install_requires=[
|
||||
'setproctitle',
|
||||
'PyGobject',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user