Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Team management
Social coding
Documentation
Code hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
156
Star
1,770
Fork
509
biolab
/
orange3
Code
Issues
100
Pull requests
10
Projects
0
Wiki
Insights
Permalink
Browse files
Set path in MANIFEST
Loading branch information
...
ajdapretnar
authored and
janezd
committed
Apr 5, 2019
1 parent
b5da92d
commit
767d57755c5f556ec97e1ebba2e94dda1a4c054f
Unified
Split
Showing
1 changed file
with
2 additions
and
1 deletion
.
+2
−1
setup.py
Show comments
View file
Edit file
Delete file
3
setup.py
@@ -205,7 +205,8 @@ def configuration(parent_package='', top_path=None):
"
Orange.widgets.visualize
"
: [
"
icons/*.svg
"
],
"
Orange.widgets.unsupervised
"
: [
"
icons/*.svg
"
],
"
Orange.widgets.utils
"
: [
"
_webview/*.js
"
],
"
Orange.tests
"
: [
"
xlsx_files/*.xlsx
"
,
"
*.tab
"
,
"
*.basket
"
,
"
*.csv
"
]
"
Orange.tests
"
: [
"
xlsx_files/*.xlsx
"
,
"
datasets/*.tab
"
,
"
datasets/*.basket
"
,
"
datasets/*.csv
"
]
}
Toggle all file notes
0 comments on commit
767d577
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
767d577