File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = 'EQSN' ,
8- version = '0.0.2 ' ,
9- packages = ['eqsn' ,],
8+ version = '0.0.3 ' ,
9+ packages = ['eqsn' , ],
1010 license = 'MIT' ,
1111 author = 'Benjamin Zanger' ,
1212 author_email = 'benjamin.zanger@tum.de' ,
1313 description = "A quantum simulator made for networks" ,
1414 long_description = long_description ,
1515 long_description_content_type = "text/markdown" ,
16- url = 'https://github.com/tqsd/EQSN_python' ,
17- download_url = 'https://github.com/tqsd/EQSN_python/releases/tag/v0.0.2 ' ,
18- keywords = ['quantum-simulator' , 'quantum-internet' , 'QuNetSim' ],
16+ url = 'https://github.com/tqsd/EQSN_python' ,
17+ download_url = 'https://github.com/tqsd/EQSN_python/releases/tag/v0.0.3 ' ,
18+ keywords = ['quantum-simulator' , 'quantum-internet' , 'QuNetSim' ],
1919 install_requires = [
2020 'numpy' ,
2121 ],
You can’t perform that action at this time.
0 commit comments