initial commit for the-great-escape yuku scraper
This commit is contained in:
17
setup.py
Normal file
17
setup.py
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='The Great Escape',
|
||||
version='0.0.1',
|
||||
description='A forum scraping and migration tool.',
|
||||
author='Adrian Malacoda',
|
||||
packages=['tge', 'tge.scrapers'],
|
||||
install_requires=['pyquery'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'tge = tge:main'
|
||||
]
|
||||
}
|
||||
)
|
Reference in New Issue
Block a user