Skip to content

Commit

Permalink
Merge pull request NSLS-II-LIX#3 from hhslepicka/master
Browse files Browse the repository at this point in the history
New Version of the LIXDC with Sample Manager and HPLC Data Collection
  • Loading branch information
hhslepicka authored Oct 27, 2016
2 parents 4712a08 + 754a009 commit 2067e39
Show file tree
Hide file tree
Showing 28 changed files with 3,784 additions and 258 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lixdc/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include versioneer.py
include lixdc/_version.py
5 changes: 5 additions & 0 deletions launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python
from lixdc import gui

if __name__ == "__main__":
gui.run()
Binary file added lixdc/12cells.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lixdc/96wp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions lixdc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
Loading

0 comments on commit 2067e39

Please sign in to comment.