Skip to content

Commit

Permalink
Hotfix release 0.4.1: Add missing vendor package
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Dec 25, 2013
1 parent 651476e commit 0fbb2d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.4.1 (2013/12/25)
- Fix 'spread' tool
- Include missing 'vendor' package in distribution

0.4 (2013/12/25)
- Use `chdkptp` utility for controlling cameras with CHDK firmware
- Fix instability when shooting with CHDK cameras
Expand Down
6 changes: 6 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
=========

0.4.1 (2013/12/25)
------------------
* Fix 'spread' tool
* Include missing `vendor` package in distribution

0.4 (2013/12/25)
----------------
* Use `chdkptp` utility for controlling cameras with CHDK firmware
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run_tests(self):
version='0.4',
author='Johannes Baiter',
author_email='[email protected]',
packages=['spreads', 'spreadsplug', 'spreadsplug.dev'],
packages=['spreads', 'spreads.vendor', 'spreadsplug', 'spreadsplug.dev'],
include_package_data=True,
scripts=['spread', ],
url='http://github.com/jbaiter/spreads',
Expand Down
2 changes: 1 addition & 1 deletion spread
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import traceback
import colorama

import spreads.cli as cli
from spreads.confit import ConfigError
from spreads.vendor.confit import ConfigError
from spreads.util import DeviceException, MissingDependencyException

if __name__ == '__main__':
Expand Down

0 comments on commit 0fbb2d3

Please sign in to comment.