-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename cumulus-sled to cumulus-message-adpater (#8)
* Rename everything to cumulus-message-adapter * Remove .zip and gitignore
- Loading branch information
Aimee Barciauskas
authored
Jan 25, 2018
1 parent
92393be
commit 6d7e775
Showing
11 changed files
with
71 additions
and
70 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
*.pyc | ||
*~ | ||
*.egg-info | ||
.vscode | ||
.vscode | ||
cumulus-message-adapter.zip |
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
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
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
Binary file not shown.
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
File renamed without changes.
File renamed without changes.
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
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# Fields marked as "Optional" may be commented out. | ||
|
||
setup( | ||
name='cumulus-sled', # Required | ||
name='cumulus-message-adpater', # Required | ||
|
||
# Versions should comply with PEP 440: | ||
# https://www.python.org/dev/peps/pep-0440/ | ||
|
@@ -29,9 +29,9 @@ | |
# This is a one-line description or tagline of what your project does. This | ||
# corresponds to the "Summary" metadata field: | ||
# https://packaging.python.org/specifications/core-metadata/#summary | ||
description='A python implementation of cumulus message transformation for sled', # Required | ||
description='A python implementation of cumulus message adapter', # Required | ||
long_description=long_description, # Optional | ||
url='https://github.com/cumulus-nasa/sled-message', # Optional | ||
url='https://github.com/cumulus-nasa/cumulus-message-adpater', # Optional | ||
author='Cumulus Authors', # Optional | ||
author_email='[email protected]', # Optional | ||
classifiers=[ # Optional | ||
|
@@ -43,7 +43,7 @@ | |
'Programming Language :: Python :: 2', | ||
'Programming Language :: Python :: 2.7', | ||
], | ||
keywords='nasa cumulu sled', # Optional | ||
keywords='nasa cumulus message adapter', # Optional | ||
packages=find_packages(exclude=['.circleci', 'contrib', 'docs', 'tests']), # Required | ||
install_requires=['jsonpath-ng', 'boto3'], # Optional | ||
) |
Oops, something went wrong.