Skip to content

Commit

Permalink
Update version and add dynamic call to install
Browse files Browse the repository at this point in the history
  • Loading branch information
WesIngwersen committed Jan 24, 2020
1 parent 7dc2db2 commit 82d5a76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
git+git://github.com/USEPA/IO-Model-Builder.git@v1.2#egg=iomb
git+git://github.com/USEPA/IO-Model-Builder@v1.2.2#egg=iomb
appdirs>=1.3
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='useeiopy',
version='0.0.0.1',
version='0.0.1',
packages=['useeiopy'],
package_data={'useeiopy': ["data/*.*"]},
url='https://github.com/USEPA/useeiopy',
Expand All @@ -11,7 +11,8 @@
author_email='ingwersen.wesley@epa.gov',
description='Assembles, calculates and writes out USEEIO environmentally-extended'
'input-output models using the IO-Model-Builder.',
install_requires=['appdirs>=1.3'],
install_requires=['iomb @ git+git://github.com/USEPA/IO-Model-Builder@v1.2.2#egg=iomb',
'appdirs>=1.3'],
long_description = open('README.md').read(),
classifiers = [
"Development Status :: Alpha",
Expand All @@ -21,6 +22,5 @@
"Programming Language :: Python :: 3.x",
"Topic :: Utilities",
],
#This does not automatically install these dependencies
dependency_links=['https://github.com/USEPA/IO-Model-Builder/archive/v1.2.zip']

)

0 comments on commit 82d5a76

Please sign in to comment.