First attempt at decent folder structure
Use setup.py, subfolder for code.
This commit is contained in:
parent
4038033336
commit
5feb061bf7
0
morss/__init__.py
Normal file
0
morss/__init__.py
Normal file
15
setup.py
Normal file
15
setup.py
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup( name='morss',
|
||||||
|
description='Get full-text RSS feeds',
|
||||||
|
author='pictuga',
|
||||||
|
author_email='contact at author name dot com',
|
||||||
|
url='http://morss.it/',
|
||||||
|
licence='GPL 3+',
|
||||||
|
packages=['morss'],
|
||||||
|
install_required=[
|
||||||
|
'readability-lxml',
|
||||||
|
'python-dateutil <= 1.5',
|
||||||
|
'lxml'
|
||||||
|
]
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user