Skip to content

Commit

Permalink
st
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Mar 5, 2021
1 parent d261ffe commit 23336bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/usr/bin/env python
from setuptools import setup
import extract_dtb

version = extract_dtb.__version__

setup(
name="extract-dtb",
packages=["extract_dtb"],
version=version,
version="1.2.1",
entry_points={"console_scripts": ["extract-dtb = extract_dtb.extract_dtb:main"]},
description="Tool to split a kernel image with appended dtbs into separated kernel and dtb files.",
long_description=open("README.md").read(),
Expand Down

0 comments on commit 23336bb

Please sign in to comment.