Skip to content

Commit

Permalink
Merge pull request #178 from colour-science/feature/vectorise
Browse files Browse the repository at this point in the history
PR: API Vectorisation
  • Loading branch information
MichaelMauderer committed May 5, 2015
2 parents 7df2b97 + d718b77 commit e47a2aa
Show file tree
Hide file tree
Showing 225 changed files with 36,409 additions and 26,983 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -2,6 +2,7 @@ include COPYING
include LICENSE
include *.rst
graft colour/examples
graft colour/io
graft colour/plotting
graft docs/_build
graft utilities
Expand Down
1 change: 1 addition & 0 deletions colour/__init__.py
Expand Up @@ -79,6 +79,7 @@
from . import temperature
from .volume import * # noqa
from . import volume
from .utilities import * # noqa
from . import utilities

__author__ = 'Colour Developers'
Expand Down

0 comments on commit e47a2aa

Please sign in to comment.