Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Fix location of requests cacert.pem (damn you Python packaging).
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Mar 27, 2018
1 parent ef9206f commit a9d890f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.4.3

+ Fix location of `cacert.pem` now packages are under `canaryd_packages/`

# v0.4.2

+ Fix issue generation for the `services` and `monitor` plugins
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include canaryd/scripts/*
include canaryd/init_scripts/*
include canaryd/packages/requests/cacert.pem
include canaryd_packages/requests/cacert.pem
2 changes: 1 addition & 1 deletion canaryd/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.2'
__version__ = '0.4.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'init_scripts/*',
'scripts/*',
],
'canaryd.packages.requests': [
'canaryd_packages.requests': [
'*.pem',
],
},
Expand Down

0 comments on commit a9d890f

Please sign in to comment.