11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
|
include pyproject.toml
|
||
|
|
||
|
# Include the README
|
||
|
include *.md
|
||
|
|
||
|
# Include the license file
|
||
|
include LICENSE.txt
|
||
|
|
||
|
# Include the data files
|
||
|
recursive-include data *
|