mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-08-26 11:24:41 +08:00
* fix typos * update org paths * update links from READMe to docs * add svg logo * add svg logo-text * update logos * testing temp paths * prune links from readme * optimize imports * update logo * update paths in README * missing imports
43 lines
770 B
Plaintext
43 lines
770 B
Plaintext
# Manifest syntax https://docs.python.org/2/distutils/sourcedist.html
|
|
graft wheelhouse
|
|
|
|
recursive-exclude __pycache__ *.py[cod] *.orig
|
|
|
|
# Include the README
|
|
include *.md
|
|
|
|
# Include the license file
|
|
include LICENSE
|
|
|
|
exclude *.sh
|
|
exclude *.toml
|
|
exclude *.svg
|
|
recursive-include pytorch_lightning *.py
|
|
|
|
# include examples
|
|
recursive-include pl_examples *.py
|
|
recursive-include pl_examples *.md
|
|
recursive-include pl_examples *.sh
|
|
|
|
# exclude tests from package
|
|
recursive-exclude tests *
|
|
recursive-exclude site *
|
|
exclude tests
|
|
|
|
# Exclude the documentation files
|
|
recursive-exclude docs *
|
|
exclude docs
|
|
|
|
# Include the Requirements
|
|
include requirements.txt
|
|
|
|
# Exclude build configs
|
|
exclude *.yml
|
|
|
|
prune .git
|
|
prune .github
|
|
prune .circleci
|
|
prune notebook*
|
|
prune temp*
|
|
prune test*
|