update setup and gitignore

This commit is contained in:
Didictateur 2023-10-24 17:28:09 +02:00
parent 824acfda7a
commit e9b1cfd056
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
__pycache__/
pypiConfig.py
test.py
build/
dist/
QElephant.egg-info/

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="QElephant",
version="1.0.6",
version="1.0.7",
description="A small python module simulating a quantum computer",
author="Didictateur",
author_email="decosse.adrien@gmail.com",