Logo white

Peter M. Groen / oletools

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • oletools
  • MANIFEST.in
  • setup: create MANIFEST so source-tarball includes tests ...
    0d7495db
    When creating source tarball	via "python setup.py sdist" or
    "python setup.py bdist_rpm", then include test code and data so can
    still run unittests. This does not affect the rpms.
    
    Tried first to achieve this effect (test[-data] included in source but not
    in rpm) using options in setup.py but failed.
    Christian Herdtweck authored
    2018-12-06 15:50:58 +0100  
    Browse Code ยป
MANIFEST.in 51 Bytes
Edit Raw Blame History
1 2
recursive-include tests *.py
graft tests/test-data