File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = 'EQSN' ,
8
- version = '0.0.3 ' ,
8
+ version = '0.0.4 ' ,
9
9
packages = ['eqsn' , ],
10
10
license = 'MIT' ,
11
11
author = 'Benjamin Zanger' ,
14
14
long_description = long_description ,
15
15
long_description_content_type = "text/markdown" ,
16
16
url = 'https://github.com/tqsd/EQSN_python' ,
17
- download_url = 'https://github.com/tqsd/EQSN_python/releases/tag/v0.0.3 ' ,
17
+ download_url = 'https://github.com/tqsd/EQSN_python/releases/tag/v0.0.4 ' ,
18
18
keywords = ['quantum-simulator' , 'quantum-internet' , 'QuNetSim' ],
19
19
install_requires = [
20
20
'numpy' ,
27
27
"Operating System :: OS Independent" ,
28
28
'Programming Language :: Python :: 3' ,
29
29
'Programming Language :: Python :: 3.6' ,
30
+ 'Programming Language :: Python :: 3.7' ,
31
+ 'Programming Language :: Python :: 3.8'
30
32
],
31
33
python_requires = '>=3.6' ,
32
34
)
You can’t perform that action at this time.
0 commit comments