Skip to content

Commit

Permalink
Merge pull request #50 from fact-project/fix_setup
Browse files Browse the repository at this point in the history
Fix setup
  • Loading branch information
maxnoe authored May 2, 2017
2 parents 03d07b8 + 17e5aa3 commit e5a51ef
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ deploy:
branch: master
tags: true
condition: $TRAVIS_PYTHON_VERSION = "3.5"

after_deploy:
- ./.upload_docs.sh
26 changes: 0 additions & 26 deletions .upload_docs.sh

This file was deleted.

2 changes: 1 addition & 1 deletion fact/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from . import plotting
from . import auxservices

__version__ = '0.10.0'
__version__ = '0.10.1'

__all__ = [
'fjd',
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'fact.auxservices',
'fact.factdb',
'fact.analysis',
'fact.instrument',
],
package_data={
'': ['resources/*', 'credentials/credentials.encrypted']
Expand Down

0 comments on commit e5a51ef

Please sign in to comment.