LUCIT-Systems-and-Development / unicorn-fy

A Python SDK by LUCIT to convert received raw data from crypto exchange API endpoints into well-formed python dictionaries.
https://unicorn-fy.docs.lucit.tech
MIT License
54 stars 20 forks source link

Fix for issue #9 #10

Closed uggel closed 3 years ago

uggel commented 4 years ago

Malformed module package

PR Details

Removed unicorn_fy.py from root because it will install in the bin-folder (which is wrong because it is not a script) Adding import statement in unicorn_fy/init.py to make it a package in the lib-folder that exposes unicorn_fy as a module.

Description

Removed unicorn_fy.py from root because it will install in the bin-folder (which is wrong because it is not a script) Adding import statement in unicorn_fy/init.py to make it a package in the lib-folder that exposes unicorn_fy as a module.

Related Issue

9

Motivation and Context

this does not work as a module as intended

How Has This Been Tested

Manually made the changes in my bin and lib-folders

Types of changes

Checklist