Skip to content

Commit

Permalink
Updated Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Jan 18, 2016
1 parent 49ba4ec commit 94580e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ install:
- pip install coveralls
# command to run tests
script:
- coverage run --source=lilacs setup.py test
- coverage run --source=nautilus setup.py test
after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then coveralls; fi
branches:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
setup(
name='nautilus',
version="0.0.1",
description='MyCapytains CTS 5 Endpoint implementation for a xml / directory based system',
description='Resolver for Capitains Guidelines Repository',
url='http://github.com/Capitains/nautilus',
author='Thibault Clerice',
author_email='leponteineptique@gmail.com',
Expand Down

0 comments on commit 94580e1

Please sign in to comment.