Skip to content

Commit

Permalink
finalizing code for upload
Browse files Browse the repository at this point in the history
codelucas committed Dec 21, 2013
1 parent 6bd40d7 commit b559159
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

.DS_Store
.idea
.pypirc

# C extensions
*.so
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/python2.7

"""
Lucas Ou-Yang 2014 -- http://codelucas.com
Setup guide: http://guide.python-distribute.org/creation.html
"""
@@ -62,11 +64,11 @@
setup(
name='newspaper',
version='0.0.1',
description='Python article extraction for humans.',
description='Simplified python article discovery & extraction.',
long_description=readme + '\r\n' + history,
author='Lucas Ou-Yang',
author_email='lucasyangpersonal@gmail.com',
url='http://pypi.python.org/pypi/newspaper/',
url='https://github.com/codelucas/newspaper/tarball/0.0.1', #'http://pypi.python.org/pypi/newspaper/',
packages=packages,
# package_data={'': ['LICENSE'], 'newspaper': []},
# package_dir={'newspaper': 'newspaper'},

0 comments on commit b559159

Please sign in to comment.