mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-14 15:17:30 -08:00
22 lines
531 B
Diff
22 lines
531 B
Diff
diff --git a/setup.py b/setup.py
|
|
index a8122d3..c7bfe82 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -36,10 +36,12 @@ setup(
|
|
extras_require={
|
|
'cli': ['click>=5.0', ],
|
|
},
|
|
- entry_points='''
|
|
- [console_scripts]
|
|
- dotenv=dotenv.cli:cli
|
|
- ''',
|
|
+ entry_points={
|
|
+ "console_scripts": [
|
|
+ "dotenv=dotenv.cli:cli",
|
|
+ "python-dotenv=dotenv.cli:cli",
|
|
+ ],
|
|
+ },
|
|
license='BSD-3-Clause',
|
|
classifiers=[
|
|
'Development Status :: 5 - Production/Stable',
|