Skip to content

Commit

Permalink
Rename package to pylibfdt to avoid pypi name conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
robherring committed Feb 11, 2022
1 parent f39368a commit ba3388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(self):


setup(
name='libfdt',
name='pylibfdt',
cmdclass = {'build_py' : build_py},
use_scm_version=True,
setup_requires = ['setuptools_scm'],
Expand Down

0 comments on commit ba3388a

Please sign in to comment.