Skip to content

Commit

Permalink
Merge pull request #76 from amitness/fix-uvx
Browse files Browse the repository at this point in the history
Fix console entry point to allow direct execution with uvx
  • Loading branch information
koaning authored Dec 29, 2024
2 parents c699a43 + 1c608c1 commit 6ced46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ python -m bulk text ready.csv
```

If you're looking for an example file to play around with you can download
[the demo .csv file](https://github.com/koaning/bulk/blob/main/cluestarred.csv) in this repository. This dataset
[the demo .csv file](https://github.com/koaning/bulk/blob/main/utils/df.csv) in this repository. This dataset
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).

### Extra Settings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
entry_points={
'console_scripts': [
'bulk = bulk.__main__:app',
'bulk = bulk.__main__:cli.run',
],
},
)

0 comments on commit 6ced46c

Please sign in to comment.