Skip to content

Commit e1c67a6

Browse files
committed
Updated setup.py
1 parent 78f3874 commit e1c67a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
setup(name='pyverilog',
1010
version=version,
1111
description='Python-based Hardware Design Processing Toolkit for Verilog HDL',
12+
long_description=read('README.md'),
13+
keywords = 'Verilog HDL, Lexer, Parser, Dataflow Analyzer, Control-flow Analyzer, Code Generator, Visualizer',
1214
author='Shinya Takamaeda-Yamazaki',
15+
license="Apache License 2.0",
1316
url='http://shtaxxx.github.io/Pyverilog/',
1417
packages=find_packages(),
1518
package_data={ 'pyverilog.ast_code_generator' : ['template/*'],

0 commit comments

Comments
 (0)