Private GIT

Skip to content
Snippets Groups Projects
Commit b656b9df authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Update setup to include new libraries

parent 58f2842c
Branches
Tags build-471
No related merge requests found
...@@ -86,7 +86,6 @@ if not 'nogit' in oldArgs: ...@@ -86,7 +86,6 @@ if not 'nogit' in oldArgs:
# figure out what build this is going to be # figure out what build this is going to be
latestBuild = findLatestBuild() latestBuild = findLatestBuild()
currentBuildNumber = latestBuild+1 currentBuildNumber = latestBuild+1
currentBuildNumber = 468
# write the version file before we compile # write the version file before we compile
versionFile = open("sickbeard/version.py", "w") versionFile = open("sickbeard/version.py", "w")
...@@ -118,11 +117,11 @@ options = dict( ...@@ -118,11 +117,11 @@ options = dict(
'sickbeard.notifiers', 'sickbeard.notifiers',
'sickbeard.databases', 'sickbeard.databases',
'sickbeard.metadata', 'sickbeard.metadata',
'sickbeard.name_parser',
'lib', 'lib',
'lib.tvdb_api', 'lib.tvdb_api',
'lib.growl', 'lib.growl',
'lib.httplib2', 'lib.httplib2',
'lib.tvnamer',
'lib.oauth2', 'lib.oauth2',
'lib.pygithub', 'lib.pygithub',
'lib.pythontwitter', 'lib.pythontwitter',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment