diff --git a/.gitignore b/.gitignore index 036db28..f43416e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ __pycache__ .DS_Store *.pyc +temp/ +*.log +dist/ \ No newline at end of file diff --git a/setup.py b/setup.py index 56528db..31ed86a 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,9 @@ setup( - name='ovrf', - description='Simulation of molecular evolution with overlapping reading frames', + name='HexSE', + version="0.0.1", + description='Simulating evolution in overlapping reading frames', packages=['src'], classifiers=[ 'Programming Language :: Python :: 3',