Add pip memo.

This commit is contained in:
Anthony Scemama 2022-02-17 16:03:01 +01:00
parent 6ddb0d49ea
commit 20817d0b7b
2 changed files with 4 additions and 1 deletions

3
PIP_MEMO.md Normal file
View File

@ -0,0 +1,3 @@
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

View File

@ -33,7 +33,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="resultsFile",
version='2.3',
version='2.4',
author="Anthony Scemama",
author_email="scemama@irsamc.ups-tlse.fr",
description="Module for reading output files of quantum chemistry codes.",