Skip to content

Commit

Permalink
Final changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi98khandelwal authored Mar 25, 2017
1 parent a3dd013 commit 436ffe6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ def read(fname):

setup(
name = 'Neon',
version='0.0.4',
version='0.0.5',
author='Rajat Gupta, Abhishek Khandelwal , Siddhant Dash',
packages = ['Neon'],
)
packages = ['Neon','test','gspread'],
license='Apache',
url='https://github.com/abhi98khandelwal/HINT',
long_description=read('README'),

)

0 comments on commit 436ffe6

Please sign in to comment.