Add more metadata
This commit is contained in:
parent
ca6f50e6ce
commit
73cd0b7c68
1 changed files with 11 additions and 1 deletions
12
setup.py
12
setup.py
|
@ -1,2 +1,12 @@
|
|||
import setuptools
|
||||
setuptools.setup(scripts=['feed2imap/feed2imap.py'])
|
||||
setuptools.setup(
|
||||
scripts=['feed2imap/feed2imap.py'],
|
||||
author="Antonio J. Delgado",
|
||||
version='0.0.1',
|
||||
name='feed2imap',
|
||||
author_email="antonio@susurrando.com",
|
||||
url="https://susurrando.com",
|
||||
description="Get RSS feeds into an IMAP account",
|
||||
license="GPLv2",
|
||||
keywords=["IMAP", "IMAPS", "RSS", "feeds", "RDF", "mail"]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue