Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C compAut
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • PAPERMAN Charles
  • compAut
  • Merge requests
  • !6

Add a MANIFEST.in file so that the installer properly copy the ctemplate directory.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open MARCHAL Damien requested to merge dmarchal/compaut:pr-fix-installation3 into master Jul 08, 2021
  • Overview 1
  • Commits 2
  • Changes 1

The installed version of compAu was missing the c template files. To fix that my first attempt was to add the C template in the MANIFEST.in file as it is the suggested method to handle non python files in a python project: https://docs.python.org/2/distutils/sourcedist.html#the-manifest-in-template

When I noticed this could be fixed directly in setup.py I removed the MANIFEST.in and use that approach to minimize the amount of change on the project.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: pr-fix-installation3