Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use entry_points
  • Loading branch information
BastianZim committed Nov 30, 2021
commit 4074da5d05c7fb02bb5105ef058e21c17aa20f6a
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
],
extras_require={"dev": ["black~=21.6b0", "pytest==6.*"]},
python_requires=">=3.7.1",
scripts=["bin/openai"],
entry_points={
'console_scripts': [
'openai=openai.commands.openai:main',
],
},
packages=find_packages(exclude=["tests", "tests.*"]),
package_data={
"openai": [
Expand Down