Skip to content

Commit c641561

Browse files
committed
setup.py: update metadata
1 parent f4f4806 commit c641561

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88
setup(
99
name="raflash",
10-
version="0.0.1",
10+
version="0.0.2",
1111
author="Robin Krens",
1212
description=("Flash tool for ROM bootloader for Renesas RA MCUs"),
1313
license="GNU",
@@ -25,6 +25,7 @@ def read(fname):
2525
'PyYAML>=6.0.1',
2626
'tomli>=2.0.1',
2727
'tqdm>=4.66.2',
28+
'pyserial>=3.5',
2829
],
2930
entry_points={
3031
'console_scripts': [
@@ -33,7 +34,9 @@ def read(fname):
3334
},
3435
long_description_content_type='text/markdown',
3536
long_description=read('README.md'),
37+
url="https://github.com/robinkrens/raflash",
3638
classifiers=[
3739
'Development Status :: 3 - Alpha',
40+
'Topic :: Software Development :: Embedded Systems',
3841
],
3942
)

0 commit comments

Comments
 (0)