nasa / fprime-tools

F´ Python tooling and helpers.
https://github.com/nasa/fprime
Apache License 2.0
20 stars 38 forks source link

Add hidden files to package_data #158

Closed thomas-bc closed 1 year ago

thomas-bc commented 1 year ago
Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n)

Change Description

Fixes https://github.com/nasa/fprime/issues/2179

.gitignore was not being added to the package because the package_data glob pattern was not matching hidden files. Adding it explicitly.

I unfortunately missed that during testing, because I usually use pip install -e ... which uses source files directly.