Skip to content

Commit

Permalink
Fixing directory structure and adding additional packages to deploy t…
Browse files Browse the repository at this point in the history
…o PYPI
  • Loading branch information
Vasudha Jha authored and Vasudha Jha committed Jul 6, 2023
1 parent 909cdad commit 99c1030
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include LICENSE
include README.md

recursive-exclude * __pycache__
recursive-include data/readme.txt
1 change: 1 addition & 0 deletions genomap/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from genomap import construct_genomap
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.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
torch
torchvision
scipy
scikit-learnpyclusteringpot
phate
pandas
opencv-python-headless
numpy
matplotlib
jupyterlab
jupyter
grad-cam
Empty file added setup.cfg
Empty file.

0 comments on commit 99c1030

Please sign in to comment.