Skip to content

Commit

Permalink
Merge pull request #4 from shubhamagarwal92/master
Browse files Browse the repository at this point in the history
SA: adding data in setup.py
  • Loading branch information
kylemcdonald authored Mar 27, 2020
2 parents ec14dfd + 2ae5dde commit ca96ddc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
__pycache__
*.pyc
*.pyc

.idea/
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
version='0.1.0',
description='Show gCO2eq emissions information with nvidia-smi.',
url='https://github.com/kylemcdonald/nvidia-co2',
download_url='https://github.com/kylemcdonald/nvidia-co2.git',
author='Kyle McDonald',
license='MIT',
packages=['nvidia_co2'],
package_data={'nvidia_co2': ['data/*.json']},
install_requires=[
'shapely',
'geocoder'
Expand All @@ -17,4 +19,4 @@
'nvidia-co2 = nvidia_co2.__main__:main'
]
},
)
)

0 comments on commit ca96ddc

Please sign in to comment.