Skip to content

Commit

Permalink
chore(#1): entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 16, 2024
1 parent f2fab2a commit 92ed5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -31,12 +31,12 @@
],
entry_points={
'console_scripts': [
'samples-filter=mycli.cli:main',
'samples-filter=objects.run.py:main',
],
},
author='Aliaksei Bialiauski',
author_email='aliaksei.bialiauski@hey.com',
description='Command-line filter for GitHub repositories that contain "samples", instead of real project or framework/library',
description='Command-line filter for GitHub repositories that contain "samples", instead of real project or framework or library',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/h1alexbel/samples-filter',
Expand Down

0 comments on commit 92ed5de

Please sign in to comment.