Skip to content

Commit 07ec6c5

Browse files
committed
fixing fbcp build
1 parent e4d69c6 commit 07ec6c5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include icons/*
2-
include fbcp/*
2+
graft fbcp

fbcp/build/empty.txt

Whitespace-only changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run(self):
2929
author = 'Mihails Delmans',
3030
author_email = 'm.delmans@gmail.com',
3131
url = 'https://github.com/BioMakers/28_Sci-Fi-Cam',
32-
download_url = 'https://github.com/BioMakers/28_Sci-Fi-Cam/archive/0.1.tar.gz',
32+
download_url = 'https://github.com/BioMakers/28_Sci-Fi-Cam/archive/0.1.zip',
3333
keywords = ['Raspberry', 'camera'],
3434
classifiers = [],
3535
install_requires = ['pyocclient', 'pillow==2.6.1', 'picamera', 'numpy==1.8.2'],

0 commit comments

Comments
 (0)