Skip to content

Commit

Permalink
updated setup files for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
speleophysics committed Oct 1, 2021
1 parent 9b7e42c commit 1a6f1fc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
16 changes: 14 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@


setup(name='olm',
version='0.36',
author='Matt Covington',
version='0.37',
author='Matthew D. Covington',
url='https://github.com/speleophysics/olm/',
download_url = 'https://github.com/CovingtonResearchGroup/olm/archive/refs/tags/0.37.tar.gz',
packages=['olm', 'olm.USGS', 'olm.loggers'],
install_requires = [numpy,
scipy,
matplotlib,
pandas,
lxml,
xlrd,
xlwt,
openpyxl,
requests,
],

)

0 comments on commit 1a6f1fc

Please sign in to comment.