Skip to content

Commit 4877a18

Browse files
committed
Removed more cgranges stuff
1 parent a1508bf commit 4877a18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ conda activate pybedlite
5656

5757
# Getting Setup for Development Work
5858

59-
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:
59+
Clone the repository to your local machine.
6060
```
61-
git clone --recurse-submodules https://github.com/fulcrumgenomics/pybedlite.git
61+
git clone https://github.com/fulcrumgenomics/pybedlite.git
6262
```
6363

6464
[Poetry][poetry-link] is used to manage the python development environment.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Topic :: Software Development :: Libraries :: Python Modules",
2626
]
2727
include = ["LICENSE"]
28-
packages = [{ include = "pybedlite" }, { include = "cgranges" }]
28+
packages = [{ include = "pybedlite" }]
2929

3030
[tool.poetry.dependencies]
3131
python = "^3.8.0"

0 commit comments

Comments
 (0)