Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Matteo Sessa
2016-07-08 16:17:49 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
71845998bc932d739fffed28221243c9324ec08f
71845998
1 parent
e20cb57e
Include datasources in distribution
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
setup.py
setup.py
View file @
7184599
...
...
@@ -24,7 +24,7 @@ def run_setup():
author
=
'Mitch Garnaat'
,
author_email
=
'mitch@garnaat.com'
,
license
=
'Apache License 2.0'
,
packages
=
[
'kappa'
,
'kappa.scripts'
],
packages
=
[
'kappa'
,
'kappa.scripts'
,
'kappa.event_source'
],
package_data
=
{
'kappa'
:
[
'_version'
]},
package_dir
=
{
'kappa'
:
'kappa'
},
entry_points
=
"""
...
...
Please
register
or
login
to post a comment