This commit is contained in:
cneud 2020-11-20 12:49:27 +01:00
parent 3de5f8f3a5
commit 59b2dcb619
6 changed files with 13079 additions and 1 deletions

6
setup.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
import setuptools
from numpy.distutils.core import Extension, setup
setup(name='eynollah',version=1.0,packages=['sbb_newspapers_org_image'])