Skip to content

Commit

Permalink
Removed more cgranges stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TedBrookings committed Dec 3, 2024
1 parent a1508bf commit 4877a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ conda activate pybedlite

# Getting Setup for Development Work

Clone the repository to your local machine. Note that pybedlite >= 0.0.4 includes [cgranges][cgranges-link] as a submodule, so you must use the `--recurse-submodules` option:
Clone the repository to your local machine.
```
git clone --recurse-submodules https://github.com/fulcrumgenomics/pybedlite.git
git clone https://github.com/fulcrumgenomics/pybedlite.git
```

[Poetry][poetry-link] is used to manage the python development environment.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
include = ["LICENSE"]
packages = [{ include = "pybedlite" }, { include = "cgranges" }]
packages = [{ include = "pybedlite" }]

[tool.poetry.dependencies]
python = "^3.8.0"
Expand Down

0 comments on commit 4877a18

Please sign in to comment.