dashboard
repositories
filestore
activity
search
login
havoc
/
sizif-ocr
Development of the ocr part of AOI
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Created package and setup.py.
Samo Penic
2018-11-17
0d97e9b2d738682ed0aa6349b43a9719e0ca0aa9
[havoc/sizif-ocr.git]
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/python3
from distutils.core import setup
setup(
name="aoi_ocr",
version="0.1a",
description="OCR of aoi papers.",
author="Samo Penic",
author_email="samo.penic@gmail.com",
url="",
packages=["aoi_ocr"],
)