Skip to content

Commit

Permalink
trying new init structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Aug 10, 2017
1 parent b24dafd commit 6906d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion salamanca/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__all__ = ['currency', 'data']
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import shutil

from setuptools import setup, Command
from setuptools import setup, Command, find_packages
from setuptools.command.install import install

# Thanks to http://patorjk.com/software/taag/
Expand Down Expand Up @@ -45,9 +45,7 @@ def run(self):
def main():
print(logo)

packages = [
'salamanca',
]
packages = find_packages()
pack_dir = {
'salamanca': 'salamanca',
}
Expand Down

0 comments on commit 6906d3b

Please sign in to comment.