-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed package to 'liset' for simplicity
Modifications qui seront validées : modifié : README.md modifié : doc/demo_liset_clusters.ipynb renommé : liset_clusters/__init__.py -> liset/__init__.py renommé : liset_clusters/liset_clusters.py -> liset/liset.py renommé : liset_clusters/version.py -> liset/version.py modifié : setup.py
- Loading branch information
1 parent
c22c39b
commit e556575
Showing
6 changed files
with
30 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from .version import __version__ | ||
from liset_clusters.liset_clusters import * | ||
from liset.liset import * | ||
|
||
__author__ = 'Guillaume Majeau-Bettez' |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters