Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Crown
Electrum-Crw
Commits
063b6ca6
Commit
063b6ca6
authored
4 years ago
by
Ahmed Bodiwala
Browse files
Options
Download
Email Patches
Plain Diff
[Packaging] Add Networks Folder to setup.py
parent
181b52c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-0
setup.py
with
1 addition
and
0 deletions
+1
-0
setup.py
View file @
063b6ca6
...
...
@@ -75,6 +75,7 @@ setup(
'electrum.gui'
,
'electrum.gui.qt'
,
'electrum.plugins'
,
'electrum.networks'
]
+
[(
'electrum.plugins.'
+
pkg
)
for
pkg
in
find_packages
(
'electrum/plugins'
)],
package_dir
=
{
'electrum'
:
'electrum'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help