Skip to content

Commit

Permalink
Adding data package
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Feb 22, 2017
1 parent c3dce9b commit 35e0817
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -2,15 +2,15 @@

setup(
name='capitains_nautilus',
version="1.0.0b0",
version="1.0.0b1",
description='Resolver for Capitains Guidelines Repository',
url='http://github.com/Capitains/nautilus',
author='Thibault Clerice',
author_email='leponteineptique@gmail.com',
license='MIT',
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=[
"MyCapytain>=2.0.0b8",
"MyCapytain>=2.0.0b13",
"tornado>=4.3",
"Flask>=0.12",
"Werkzeug>=0.11.3",
Expand All @@ -24,5 +24,6 @@
'console_scripts': ['capitains-nautilus=capitains_nautilus.cmd:cmd'],
},
include_package_data=True,
test_suite="tests"
test_suite="tests",
zip_safe=False
)
2 changes: 1 addition & 1 deletion tests/test_manager.py
Expand Up @@ -32,7 +32,7 @@ def setUp(self):
self.cache_manager = nautilus_cache
self.nautilus = flask_nautilus
self.resolver = resolver
#self.resolver.logger.disable(level=logging.ERROR)
self.resolver.logger.disabled = True
self.manager = FlaskNautilusManager(resolver, flask_nautilus)

def cmd(self, *args):
Expand Down

0 comments on commit 35e0817

Please sign in to comment.