Skip to content

Commit

Permalink
Update packaging information
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeexe committed Sep 30, 2020
1 parent 8c0c9f3 commit 03a4e25
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
long_description_content_type="text/markdown",
install_requires=requirements,
extras_require={"dev": requirements_dev},
entry_points={"console_scripts": ["gfi = gfi.main:cli"]},
entry_points={"console_scripts": ["gfi = good-first-issues.main:cli"]},
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Operating System :: POSIX :: Linux",
"Development Status :: 1 - Planning",
"Operating System :: POSIX :: Independent",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
],
)

0 comments on commit 03a4e25

Please sign in to comment.