mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
Adding python package setup scripts
-Work in progress, learning
This commit is contained in:
parent
7bd980fca2
commit
2c9fd39c87
16
setup.py
Normal file
16
setup.py
Normal file
@ -0,0 +1,16 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='vsim',
|
||||
version='0.0.1',
|
||||
description='Open Source Verilog Module Library',
|
||||
url='https://github.com/aolofsson/oh',
|
||||
author='Andreas Olofsson',
|
||||
package_dir={'': 'src'},
|
||||
python_requires='>=3.7',
|
||||
scripts=[],
|
||||
packages=[
|
||||
'vsim'
|
||||
],
|
||||
license='Apache License 2.0',
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user