Skip to content

Commit

Permalink
getting a pip package together
Browse files Browse the repository at this point in the history
moving stuff

tf2 various updates

version

linting

working on pip

working on pip..

version

still werking

few more paths

what about conda?
  • Loading branch information
andrewkern committed Nov 23, 2021
1 parent 5fdcf94 commit de5bbc3
Show file tree
Hide file tree
Showing 37 changed files with 2,773 additions and 1,327 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include diploshic/shicstats.pyf
include diploshic/testEmpirical.fvec
include diploshic/testing/*
include diploshic/training/*
include diploshic/utils.c
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python setup.py build
python setup.py install --prefix=$PREFIX
371 changes: 0 additions & 371 deletions diploSHIC.py

This file was deleted.

3 changes: 3 additions & 0 deletions diploshic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from diploshic.fvTools import *
from diploshic.msTools import *
from diploshic.shicstats import *
Loading

0 comments on commit de5bbc3

Please sign in to comment.