Skip to content

Commit

Permalink
Merge pull request #25 from JunAishima/move_startup
Browse files Browse the repository at this point in the history
Move startup and create entrypoint
  • Loading branch information
gwbischof authored Feb 7, 2024
2 parents b8b321b + 398ab2e commit f58b687
Show file tree
Hide file tree
Showing 9 changed files with 1,493 additions and 686 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
analysisstore/_version.py export-subst
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ include README.md
include requirements.txt
include versioneer.py
include analysisstore/_version.py
include analysisstore/schemas/*
3 changes: 3 additions & 0 deletions analysisstore/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

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

0 comments on commit f58b687

Please sign in to comment.