10 rindas
157 B
Text
10 rindas
157 B
Text
include pyproject.toml
|
|
|
|
# Include the README
|
|
include *.md
|
|
|
|
# Include the license file
|
|
include LICENSE.txt
|
|
|
|
# Include the data files
|
|
recursive-include data *
|