Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed Aug 22, 2018
1 parent 81e5ba1 commit ea48844
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

setup(
name='llnl-scraper',
version='0.2.1',
description='Package for extracting ',
version='0.3.0',
description='Package for extracting software repository metadata',
author='Ian Lee',
author_email='lee1001@llnl.gov',
url='https://github.com/llnl/scraper',
Expand All @@ -22,9 +22,11 @@
'scraper = scraper.gen_code_gov_json:main',
]
},
scripts=['scripts/codegov_compute_hours.py'],
scripts=[
'scripts/codegov_compute_hours.py',
],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
Expand Down

0 comments on commit ea48844

Please sign in to comment.