From cce4dd8af1ceec9ad9c1097ee584af87e4033a2a Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 10 Jun 2021 11:10:57 +0200 Subject: Implement basic Structure and Buildsystem --- python/setup.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 python/setup.py (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py new file mode 100644 index 0000000..0cfafbd --- /dev/null +++ b/python/setup.py @@ -0,0 +1,15 @@ +#!/usr/bin/python3 +# vim: shiftwidth=4 tabstop=4 expandtab + + +from distutils.core import setup + +setup(name="birdscan", + version="0.0.1", + description="A software to take nice pictures of birds with a Raspberry Pi Camera", + author="xengineering", + author_email="mail2xengineering@protonmail.com", + url="https://xengineering.eu", + packages=["birdscan"], +) + -- cgit v1.2.3-70-g09d2