Skip to content

Commit

Permalink
pypi try no 7932874
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbarmettlerUZH committed Feb 27, 2018
1 parent 468313a commit c0ed376
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
scrapeasy\Page.py
scrapeasy\WebData.py
scrapeasy\Website.py
Scrapeasy\Page.py
Scrapeasy\WebData.py
Scrapeasy\Website.py
Scrapeasy\__init__.py
Binary file modified dist/scrapeasy-0.1.tar.gz
Binary file not shown.
File renamed without changes.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
from distutils.core import setup
setup(
name = 'scrapeasy',
packages = ['scrapeasy'],
name = 'Scrapeasy',
packages = ['Scrapeasy'],
version = '0.1',
license='MIT',
description = 'Scraping in python made easy - receive the content you like in just one line of code!',
author = 'Joel Barmettler',
author_email = 'joel.barmettler@uzh.ch',
url = 'https://github.com/joelbarmettlerUZH/Scrapeasy',
download_url = 'https://github.com/joelbarmettlerUZH/Scrapeasy.git/pypi-release-0.1.tar.gz',
download_url = 'https://github.com/joelbarmettlerUZH/Scrapeasy/archive/pypi-0.1.tar.gz',
keywords = ['scraping', 'easy', 'scraper', 'website', 'download', 'links', 'images', 'videos'],
classifiers = [],
)

0 comments on commit c0ed376

Please sign in to comment.