elliotpeele / pyramid_oauth2_provider

An Oauth2 provider built on pyramid
MIT License
31 stars 16 forks source link

create_client_credentials is missing in the setup.py's console scripts #11

Closed tonthon closed 7 years ago

tonthon commented 7 years ago

"""Generate client credentials using the create_client_credentials script, provided as part of pyramid_oauth2_provider."""

Maybe adding the following entry in the setup.py file could help newcomers

[console_scripts]
...
create_client_credentials=pyramid_oauth2_provider.scripts.create_client_credentials:main