Skip to content

Commit

Permalink
setup.py: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkrens committed Feb 18, 2024
1 parent f4f4806 commit c641561
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):

setup(
name="raflash",
version="0.0.1",
version="0.0.2",
author="Robin Krens",
description=("Flash tool for ROM bootloader for Renesas RA MCUs"),
license="GNU",
Expand All @@ -25,6 +25,7 @@ def read(fname):
'PyYAML>=6.0.1',
'tomli>=2.0.1',
'tqdm>=4.66.2',
'pyserial>=3.5',
],
entry_points={
'console_scripts': [
Expand All @@ -33,7 +34,9 @@ def read(fname):
},
long_description_content_type='text/markdown',
long_description=read('README.md'),
url="https://github.com/robinkrens/raflash",
classifiers=[
'Development Status :: 3 - Alpha',
'Topic :: Software Development :: Embedded Systems',
],
)

0 comments on commit c641561

Please sign in to comment.