Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the project an installable package #77

Merged
merged 1 commit into from
Aug 29, 2022
Merged

Make the project an installable package #77

merged 1 commit into from
Aug 29, 2022

Conversation

nicdard
Copy link
Owner

@nicdard nicdard commented Aug 29, 2022

Prepare the project to be installed as a dependency in YinYang, to allow direct API usage. Use wheel as build system. The commands to build and locally install the package are documented in the README.md.

setup.py Outdated
name='ffg',
packages=find_packages(exclude=['tests']),
version='0.1.0',
description='A generator of Fusion Functions for Semantic Fusion (YinYang).',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to capitalize fusion functions?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done :)

Copy link
Collaborator

@lweitzendorf lweitzendorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicdard nicdard merged commit 7d4dbed into main Aug 29, 2022
@nicdard nicdard deleted the feat/package branch August 29, 2022 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants