Skip to content

Commit

Permalink
Merge pull request #67 from steppi/funding
Browse files Browse the repository at this point in the history
Funding
  • Loading branch information
Albert Steppi authored Aug 26, 2021
2 parents 683d43f + 2900020 commit d5b0948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ Then run `pytest` in the top-level `adeft` folder.
## Funding

Development of this software was supported by the Defense Advanced Research
Projects Agency under award W911NF018-1-0124 and the National Cancer Institute
under award U54-CA225088.
Projects Agency under awards W911NF018-1-0124 and W911NF-15-1-0544, and the
National Cancer Institute under award U54-CA225088.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
author_email='albert_steppi@hms.harvard.edu',
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.5',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],
packages=find_packages(),
install_requires=['nltk', 'scikit-learn>=0.20.0', 'wget',
Expand Down

0 comments on commit d5b0948

Please sign in to comment.