We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa86ce6 commit 6eb2d50Copy full SHA for 6eb2d50
setup.py
@@ -18,7 +18,7 @@ def read(filename):
18
author='Shinya Takamaeda-Yamazaki',
19
author_email='shinya.takamaeda_at_gmail_com',
20
license="Apache License 2.0",
21
- url='http://shtaxxx.github.io/Pyverilog/',
+ url='https://github.com/PyHDI/Pyverilog',
22
packages=find_packages(),
23
package_data={ 'pyverilog.ast_code_generator' : ['template/*'], },
24
)
0 commit comments