You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
431 B
12 lines
431 B
from setuptools import setup
|
|
|
|
setup(name='opbtest',
|
|
version='0.1',
|
|
description='Open PicoBlaze Assembler Test package',
|
|
long_description='See https://github.com/wgroeneveld/opbtest/blob/master/README.md',
|
|
url='https://github.com/wgroeneveld/opbtest',
|
|
author='Wouter Groeneveld',
|
|
author_email='wouter.groeneveld@kuleuven.be',
|
|
license='MIT',
|
|
packages=['opbtest'],
|
|
zip_safe=False) |