Skip to content
Snippets Groups Projects
MANIFEST.in 250 B
Newer Older
  • Learn to ignore specific revisions
  • Swen Vermeul's avatar
    Swen Vermeul committed
    # Include the README
    include *.md
    
    # Include the license file
    include LICENSE
    
    # Include all files
    recursive-include jupyter-openbis-extension *.py *.js
    
    recursive-include jupyter-config *.json
    recursive-include jupyter-openbis-extension/static *.js