Skip to content

Commit

Permalink
[fix]: exclude data packages from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
marouenes committed Jan 19, 2023
1 parent 7ac2fae commit b0d5f16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ For usage:
foo@bar:~/imdb-rating-classifier$ pip install -e .
```

The application is publicly available and published on [PyPI](https://pypi.org/project/imdb-rating-classifier/) and can be installed using pip:

```console
foo@bar:~$ pip install imdb-rating-classifier
```

## Usage

- Display the help message and the available commands
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ include_package_data = True
exclude =
tests*
testing*
data/*

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit b0d5f16

Please sign in to comment.