Skip to content

Commit

Permalink
Adding setup.py to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago-Lira committed Apr 30, 2016
1 parent 58b9612 commit b250223
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
author='Tiago Lira',
author_email='tiagolira.dev@gmail.com',
license='MIT',
url='https://github.com/Tiago-Lira/scrapyd-mongodb',
download_url='https://github.com/Tiago-Lira/scrapyd-mongodb/tarball/0.1.0',
keywords=['scrapy', 'scrapyd', 'mongodb', 'queue',
'scrapyd-queue', 'scrapyd-backend', 'backend'],
include_package_data=True,
packages=find_packages(),
install_requires=[
'scrapy',
'pymongo',
]
],
classifiers=[],
)

0 comments on commit b250223

Please sign in to comment.