Skip to content

Commit

Permalink
Update setup to include new libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
midgetspy committed Dec 19, 2010
1 parent 58f2842 commit b656b9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def allFiles(dir):
# figure out what build this is going to be
latestBuild = findLatestBuild()
currentBuildNumber = latestBuild+1
currentBuildNumber = 468

# write the version file before we compile
versionFile = open("sickbeard/version.py", "w")
Expand Down Expand Up @@ -118,11 +117,11 @@ def allFiles(dir):
'sickbeard.notifiers',
'sickbeard.databases',
'sickbeard.metadata',
'sickbeard.name_parser',
'lib',
'lib.tvdb_api',
'lib.growl',
'lib.httplib2',
'lib.tvnamer',
'lib.oauth2',
'lib.pygithub',
'lib.pythontwitter',
Expand Down

0 comments on commit b656b9d

Please sign in to comment.