Skip to content

Commit

Permalink
Move source to src/; add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
l3nn4rt committed Oct 15, 2023
1 parent 5274aa4 commit 58032a5
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*.egg-info
__pycache__
build
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A library for experimenting with SIR model.
2. install dependencies

```sh
python -m pip install -r infection/requirements.txt
python -m pip install ./infection
```

## Usage
Expand Down
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[project]
name = "infection"
description = "A library for experimenting with SIR model."
version = "0.1.0"
authors = [
{ name = "l3nn4rt", email = "[email protected]" }
]
readme = "README.md"
dependencies = [
"matplotlib",
"networkx",
"scipy",
]
14 changes: 0 additions & 14 deletions requirements.txt

This file was deleted.

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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 58032a5

Please sign in to comment.