Skip to content

Commit

Permalink
Uploading next variant here.
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakJShetty committed Nov 2, 2020
1 parent cce974d commit dd8118e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added dist/pyResearchInsights-1.4.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 = 'pyResearchInsights', # How you named your package folder (MyLib)
packages = ['pyResearchInsights'], # Chose the same as "name"
version = '1.3', # Start with a small number and increase it with every change you make
version = '1.4', # 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 = 'End-to-end tool for scientific literature analysis', # Give a short description about your library
author = 'Sarthak J. Shetty', # Type in your name
author_email = '[email protected]', # Type in your E-Mail
url = 'https://SarthakJShetty.github.io', # Provide either the link to your github or to your website
download_url = 'https://github.com/SarthakJShetty/pyResearchInsights/archive/v_13.tar.gz', # I explain this later on
download_url = 'https://github.com/SarthakJShetty/pyResearchInsights/archive/v_14.tar.gz', # I explain this later on
keywords = ['Educational Tools', 'Analysis', 'Scraper', 'Natural Language Processing'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'numpy',
Expand Down

0 comments on commit dd8118e

Please sign in to comment.