Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from _pynfs import *
|
||||
@@ -0,0 +1,7 @@
|
||||
from setuptools import setup, Extension
|
||||
|
||||
setup(name='pynfs',
|
||||
version='1.0',
|
||||
author='indigo',
|
||||
author_email='indigo.cgcg.com.tw',
|
||||
description='Python binding for libnfs use pybind11')
|
||||
Reference in New Issue
Block a user