Skip to content

Commit 4d43c4a

Browse files
committed
change project
1 parent 340ff42 commit 4d43c4a

15 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ First, You need to click the [`fork`](https://github.com/linjing-lab/sorting-alg
1010
git clone https://github.com/linjing-lab/sorting-algorithms
1111
```
1212

13-
Second, I have put different implemented versions of various sorting algorithms in the [`galley`](./galley/) folder, everyone can import it with the underlying command:
13+
Second, I have put different implemented versions of various sorting algorithms in the [`galley`](./docs/galley/) folder, everyone can import it with the underlying command:
1414

1515
```python
1616
import galley as ge
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.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
setup(
3939
name=pkg_name,
40-
packages=['sortingx'],
40+
packages=['sortingx',],
4141
version=__version__,
4242
description='The powerful package designed for sorting.',
4343
author='林景',

0 commit comments

Comments
 (0)