Skip to content

Conversation

@michaelhaaf
Copy link
Collaborator

No description provided.

setup.py Outdated
author='Montreal Corpus Tools',
author_email='michael.e.mcauliffe@gmail.com',
packages=['polyglotdb',
packages=['bin',
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this should be root "bin", since we don't want to install a separate "bin" package (and who knows what that'll conflict with). Can you move the pgdb script to something like polyglotdb.command_line.pgdb instead?

setup.py Outdated
],
scripts=['bin/pgdb'],
entry_point={
'console_scripts': ['pgdb = bin.pgdb:main']
Copy link
Member

Choose a reason for hiding this comment

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

With the move of the pgdb script to inside the package, this should then be something like pgdb = polyglotdb.command_line.pgdb:main

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