-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81e5ba1
commit ea48844
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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='[email protected]', | ||
url='https://github.com/llnl/scraper', | ||
|
@@ -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', | ||
|