-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed package 0.2.0 setup relying on older README.
Summary: Running `python setup.py install` or `pip install --upgrade facebookads` wasn't working, because the package runs setup.py which expects an older version of the README to be there. Added a conditional check to see if the old README exists and to include that, this way it will upgrade or install regardless of what version they're on. Test Plan: `pip install facebookads` `pip install --upgrade facebookads`
- Loading branch information
Evan Chen
committed
Oct 26, 2014
1 parent
9ee253e
commit b4bc403
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters