Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions latticejson/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
__title__ = "LatticeJSON"
__description__ = "A JSON based lattice file format"
__url__ = "https://github.com/andreasfelix/latticejson"
__version__ = "0.1.5"
__author__ = "Felix Andreas"
__license__ = "GNU General Public License v3.0"
import pkg_resources

__version__ = pkg_resources.get_distribution("latticejson").version
Loading