-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete the change of package name. set the version number to 0.8
- Loading branch information
Showing
31 changed files
with
19 additions
and
932 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
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from __future__ import print_function, division | ||
import pkg_resources | ||
from .common.io import indent | ||
from .common.parallel import mpiroot | ||
|
||
if mpiroot: | ||
version = pkg_resources.require("PyZFS")[0].version | ||
print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~") | ||
print("PyZFS version {}".format(version)) | ||
print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
from setuptools import setup | ||
|
||
setup( | ||
name = "pyzfs", | ||
version = "0.0.0", | ||
name = "PyZFS", | ||
version = "0.8", | ||
author = "He Ma, Marco Govoni", | ||
author_email = "[email protected], [email protected]", | ||
description = "A python code to compute zero-field splitting tensor", | ||
description = "A python code to compute zero-field splitting tensors", | ||
packages=["pyzfs"], | ||
classifiers=[], | ||
install_requires=[ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.