mirror of
https://github.com/edgewall/genshi.git
synced 2026-02-05 06:45:30 +01:00
This is not needed for wheels, since the default license files pattern already finds the current name of this file. However, it is needed for sdist in order to guarantee the file gets disted. Currently, that file gets disted anyway... but only because MANIFEST.in forces it to be. So adding the license_files metadata lets us drop the info from MANIFEST.in; however, as the project maintainer finds it easier to look in only one file for this information, this is being left in despite its redundancy.
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
include ChangeLog
|
|
# implied by setup.cfg -> license_files, repeated for clarity
|
|
include COPYING
|
|
recursive-include genshi *.py *.c *.txt *.html
|
|
recursive-include examples *
|
|
recursive-include doc *.html *.css *.txt *.png *.gif *.py *.ini COPYING
|
|
recursive-exclude doc/logo.lineform *
|
|
exclude doc/2000ft.graffle
|
|
global-exclude *.pyc
|
|
recursive-include genshi/template/tests/templates *.html *.txt
|