mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
wip
This commit is contained in:
parent
973f755e16
commit
6bf7773a58
2 changed files with 3 additions and 1 deletions
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[build-system]
|
||||
requires = ["setuptools","setuptools_scm", "swig"]
|
||||
build-backend = "setuptools.build_meta"
|
1
setup.py
1
setup.py
|
@ -76,7 +76,6 @@ setup(
|
|||
cmdclass = {'build_py' : BuildPy},
|
||||
author='Simon Glass',
|
||||
author_email='sjg@chromium.org',
|
||||
setup_requires = ['swig'],
|
||||
description='Python binding for libfdt',
|
||||
ext_modules=[libfdt_module],
|
||||
package_dir={'': os.path.join(srcdir, 'pylibfdt')},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue