New project structure
Rewrite of all functions Signed-off-by: Jojojoppe <joppe@blondel.nl>
This commit is contained in:
27
setup.py
27
setup.py
@ -1,27 +0,0 @@
|
||||
from setuptools import setup
|
||||
|
||||
with open("README.md", 'r') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(
|
||||
name='remotesyn',
|
||||
version='0.1',
|
||||
description='Remote FPGA synthesis abstraction tool',
|
||||
|
||||
author='Joppe Blondel',
|
||||
author_email='joppe@blondel.nl',
|
||||
download_url='',
|
||||
url='https://git.joppeb.nl/joppe/remotesyn',
|
||||
|
||||
keywords = ['FPGA', 'Synthesis', 'Xilinx', 'ISE', 'Vivado',],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Programming Language :: Python :: 3',
|
||||
],
|
||||
|
||||
packages=['remotesyn'],
|
||||
licence='BSD Licence',
|
||||
install_requires=['paramiko'],
|
||||
scripts=['scripts/remotesyn']
|
||||
)
|
Reference in New Issue
Block a user