Skip to content

Commit

Permalink
Minimal setuptool-based pyproject.toml created
Browse files Browse the repository at this point in the history
Included @ecotner contribution from the discussion in
autonlab#87

This config is lean, less opininated and more conda friendly than the
poetry stuff.
  • Loading branch information
IvanRossi committed Jul 12, 2023
1 parent ee77a7b commit a55d4a6
Show file tree
Hide file tree
Showing 17 changed files with 89 additions and 25,651 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
*.egg-info/
__pycache__
build/

Untracked files:
(use "git add <file>..." to include in what will be committed)
.gitignore
auton_survival.egg-info/
auton_survival/__pycache__/
auton_survival/models/cmhe/__pycache__/
auton_survival/models/cph/__pycache__/
auton_survival/models/dcm/__pycache__/
auton_survival/models/dsm/__pycache__/
build/
pyproject_st.toml
tests/__pycache__/

228 changes: 0 additions & 228 deletions dsm/__init__.py

This file was deleted.

62 changes: 0 additions & 62 deletions dsm/contrib/__init__.py

This file was deleted.

Loading

0 comments on commit a55d4a6

Please sign in to comment.