Actually push setup
This commit is contained in:
parent
d120c9e093
commit
0d0a951255
1 changed files with 12 additions and 0 deletions
12
setup.py
Normal file
12
setup.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='haruhichan_rss',
|
||||
version='.1',
|
||||
packages=[''],
|
||||
url='https://github.com/kdb424/haruhichan_rss',
|
||||
license='MIT',
|
||||
author='kdb424',
|
||||
author_email='kdb424@gmail.com',
|
||||
description='Downloads files from Haruhichan RSS feed', requires=['feedparser']
|
||||
)
|
Loading…
Add table
Reference in a new issue