Skip to content

Commit

Permalink
change package name for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
Immudzen committed Jun 17, 2021
1 parent ddb6979 commit f4a18fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
/dist
/build/lib/cadet
/cadet/__pycache__
/CADET_Python.egg-info
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(
name="CADET",
name="CADET-Python",
version="0.11",
author="William Heymann",
author_email="w.heymann@fz-juelich.de",
Expand Down

0 comments on commit f4a18fa

Please sign in to comment.