Skip to content

Commit

Permalink
new sdist directory entry
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbarmettlerUZH committed May 6, 2018
1 parent 0c13af3 commit 0503dfa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed dist/BingImages-0.61.tar.gz
Binary file not shown.
Binary file added dist/BingImages-0.62.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'BingImages', # How you named your package folder (MyLib)
packages = ['BingImages'], # Chose the same as "name"
version = '0.61', # Start with a small number and increase it with every change you make
version = '0.62', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Use the bing image search engine to get image-links for your topics', # Give a short description about your library
author = 'Joel Barmettler', # Type in your name
author_email = '[email protected]', # Type in your E-Mail
url = 'https://github.com/joelbarmettlerUZH/BingImages', # Provide either the link to your github or to your website
download_url = 'https://github.com/joelbarmettlerUZH/BingImages/archive/v_061.tar.gz', # I explain this later on
download_url = 'https://github.com/joelbarmettlerUZH/BingImages/archive/v_062.tar.gz', # I explain this later on
keywords = ['Bing', 'Images', 'Search', 'engine', 'download', 'scraping'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'requests',
Expand Down

0 comments on commit 0503dfa

Please sign in to comment.