Skip to content

Commit

Permalink
Include skyscanner version to be used by doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ardydedase committed Sep 12, 2016
1 parent dfbcb1f commit 834257d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import sys

from skyscanner import skyscanner
import skyscanner

# If extensions (or modules to document with autodoc) are in another
# directory, add these directories to sys.path here. If the directory is
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import skyscanner

try:
from setuptools import setup
Expand Down Expand Up @@ -28,7 +29,7 @@

setup(
name='skyscanner',
version='1.1.3',
version=skyscanner.__version__,
description="Skyscanner Python SDK",
long_description=readme + '\n\n' + history,
author="Ardy Dedase",
Expand Down
2 changes: 1 addition & 1 deletion skyscanner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__author__ = 'Ardy Dedase'
__email__ = '[email protected]'

__version__ = '1.1.3'
__copyright__ = "Copyright (C) 2016 Skyscanner Ltd"
__license__ = """
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 834257d

Please sign in to comment.