Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #84 from lewismc/ISSUE-83
Browse files Browse the repository at this point in the history
Add recipe to conda-forge
  • Loading branch information
lewismc committed Oct 16, 2016
2 parents d849706 + 340721f commit 678cf4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
include README.rst
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
_description = 'PO.DAAC Python API'
_download_url = 'http://pypi.python.org/pypi/podaacpy/'
_requirements = ["beautifulsoup4", "coveralls", "future", "requests"]
_requirements = ["beautifulsoup4", "future", "requests"]
_keywords = ['dataset', 'granule', 'compliance', 'nasa', 'jpl', 'podaac']
_license = 'Apache License, Version 2.0'
_long_description = 'A python utility library for interacting with NASA JPLs PO.DAAC'
Expand All @@ -43,7 +43,7 @@
_test_suite = 'podaac.tests'
_url = 'https://github.com/lewismc/podaacpy'
_version = '1.3.0'
_zip_safe = True
_zip_safe = False

# Setup Metadata
# --------------
Expand Down

0 comments on commit 678cf4d

Please sign in to comment.