Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Added setup.py (for testing purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrbutani committed Jan 29, 2017
1 parent 3c0f878 commit 4ce466b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env python

try:
from setuptools import setup

except ImportError:
from distutils.core import setup

setup(
name='image-recognition',
version='0.1-beta.2',
author='Unmaned Aerial Vehicle Team | The University of Texas at Austin',
url='https://github.com/uav-team-ut/Image_Recognition',
#install_requires=[''],
#packages=[''],
)

0 comments on commit 4ce466b

Please sign in to comment.