This commit is contained in:
Vitor Santos Costa
2016-08-22 04:01:38 +01:00
parent e50d722e66
commit ba730273e7
7 changed files with 86 additions and 59 deletions

View File

@@ -1,4 +1,4 @@
from setuptools import setup, Extension
from distutils.core import setup, Extension
setup(
name = "yap",
@@ -27,4 +27,4 @@ setup(
)],
py_modules = ['yap']
)
\
\