update setup and gitignore
This commit is contained in:
parent
824acfda7a
commit
e9b1cfd056
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
pypiConfig.py
|
pypiConfig.py
|
||||||
test.py
|
test.py
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
QElephant.egg-info/
|
||||||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="QElephant",
|
name="QElephant",
|
||||||
version="1.0.6",
|
version="1.0.7",
|
||||||
description="A small python module simulating a quantum computer",
|
description="A small python module simulating a quantum computer",
|
||||||
author="Didictateur",
|
author="Didictateur",
|
||||||
author_email="decosse.adrien@gmail.com",
|
author_email="decosse.adrien@gmail.com",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue