diff --git a/setup.py b/setup.py index 4b249192936ffdd4df57787b8206b593bb9874e2..6f36d72d6688b2415bc79717120e4fc39e266899 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,9 @@ from setuptools import setup import os -os.system("git clone https://mygit.th-deg.de/vt16684/embedded-acceleration.git") setup(name='Embedded Acceleration', version='0.1', description='pynq-jupyter', - url='https://mygit.th-deg.de/vt16684/embedded-acceleration.git', + url='https://mygit.th-deg.de/vt16684/embedded-acceleration', author='vipin and Majd', author_email='vipin.thomas@stud.th-deg.de', license='MIT',