Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MANIFEST.in. #2566

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
include src/gluonts/ext/r_forecast/R/*.R
recursive-include requirements *.txt

# include all of gluonts
graft src/gluonts

# except the nursery
prune src/gluonts/nursery

graft docs
graft requirements
graft test

includes *.md
include NOTICE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does LICENSE not need to be here too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


prune .devtools
prune .gitattributes
prune .github
prune examples
prune evaluations
prune docs
prune test


prune src/gluonts/nursery


exclude .dockerignore
exclude .gitignore
exclude dev_setup.sh


global-exclude *.ipynb
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project_urls =
Documentation = https://ts.gluon.ai/stable/
Source Code = https://github.com/awslabs/gluonts/
license = Apache License 2.0
license_file = LICENSE
author = Amazon
author_email = [email protected]
maintainer_email = [email protected]
Expand Down