Restructuring src folder
This commit is contained in:
11
src/setup.py
Normal file
11
src/setup.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='SolarFM',
|
||||
version='0.0.1',
|
||||
packages=['solarfm'],
|
||||
install_requires=[
|
||||
'setproctitle',
|
||||
'PyGobject',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user