File: MANIFEST.in

package info (click to toggle)
python-mechanize 1%3A0.4.8%2Bpypi-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,612 kB
  • sloc: python: 16,644; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
include LICENSE
include COPYRIGHT
include MANIFEST.in
include README.rst
include ChangeLog
include *.py
recursive-include examples *.py
recursive-include examples/forms *.dat *.txt *.html *.cgi *.py
recursive-include test/test_form_data *.html
recursive-include test *.py *.doctest *.special_doctest
recursive-include test-tools *.py *.cgi