Skip to content

Conversation

@SharathGa
Copy link
Contributor

Attempts to fix #44
setup.py was modified and few tags were added in the Description. Tags are related to neural networks.

added few tags related to neural networks
@SharathGa SharathGa requested a review from Chronocook as a code owner October 14, 2019 05:46
@Chronocook
Copy link
Collaborator

This one needs a tweak, setup.py doesn't like multiple strings under description
the description field should be a short string as per https://docs.python.org/2/distutils/setupscript.html
We can add a long_description too

new parameter long_description was added so that the package description
is verbose and improves the visibility of the project.
Copy link
Collaborator

@Chronocook Chronocook left a comment

Choose a reason for hiding this comment

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

Sorry this is so late, i took a short break from open source stuff.
This looks good i'll try to merge it, thanks :)

@Chronocook
Copy link
Collaborator

setup.py doesn't like having lists in it... let me look into the long_description field and i'll fix it

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.

Add tags in the repo description

2 participants