datalad / datalad-extension-template

Minimal implementation of a DataLad extension module
http://datalad.org
Other
2 stars 17 forks source link

Include "data packages" in projects #40

Closed jwodder closed 2 years ago

jwodder commented 2 years ago

In the event that a templated project contains folders under datalad_<name>/ that contain data files but no Python source code, this PR ensures that the folders will be included when the project is installed, following the latest advice from setuptools.

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit d695593d and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (d695593) into master (0d19eed) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   93.02%   93.02%           
=======================================
  Files           4        4           
  Lines          43       43           
=======================================
  Hits           40       40           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d19eed...d695593. Read the comment docs.

yarikoptic commented 2 years ago

I trust @jwodder on this, so will proceed with merge