Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 6ced46c

Browse files
authored
Merge pull request #76 from amitness/fix-uvx
Fix console entry point to allow direct execution with uvx
2 parents c699a43 + 1c608c1 commit 6ced46c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ python -m bulk text ready.csv
145145
```
146146

147147
If you're looking for an example file to play around with you can download
148-
[the demo .csv file](https://github.com/koaning/bulk/blob/main/cluestarred.csv) in this repository. This dataset
148+
[the demo .csv file](https://github.com/koaning/bulk/blob/main/utils/df.csv) in this repository. This dataset
149149
contains a subset of a dataset found on Kaggle. You can find the original [here](https://www.kaggle.com/datasets/thoughtvector/customer-support-on-twitter).
150150

151151
### Extra Settings

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
entry_points={
1212
'console_scripts': [
13-
'bulk = bulk.__main__:app',
13+
'bulk = bulk.__main__:cli.run',
1414
],
1515
},
1616
)

0 commit comments

Comments
 (0)