Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Switched dep to graveyard repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Aug 27, 2015
1 parent 96e2b06 commit 0333726
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
'blessings'
]

# The dependency is acutally already dead
dependency_links= [
'https://github.com/lukasmartinelli/fs-dropbox/tarball/master#egg=pyfs-dropbox-0.3.3',
'https://github.com/lukasmartinelli/graveyard/tarball/fs-dropbox#egg=pyfs-dropbox-0.3.3',
]


Expand All @@ -43,7 +44,7 @@ def run_tests(self):
url="https://github.com/lukasmartinelli/cuckoodrive",
description=("Aggregates all the free space provided on various \
cloud storage providers into one big drive."),
long_description=open('README.rst').read(),
long_description=open('README.md').read(),
packages=['cuckoodrive'],
install_requires=install_requires,
extras_require={
Expand Down

0 comments on commit 0333726

Please sign in to comment.