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