1

I want to make a Python package out of a repository that I've added as a submodule to my repository. Is there a way to add a __init__.py file to this submodule and to track it in the parent repository?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Lenar Hoyt
  • 5,971
  • 6
  • 49
  • 59

1 Answers1

2

If you add any file in that submodule repo, you will have to:

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250