diff options
author | Roger Gonzalez <rogergonzalez21@gmail.com> | 2020-04-08 10:38:14 -0300 |
---|---|---|
committer | Roger Gonzalez <rogergonzalez21@gmail.com> | 2020-04-08 10:38:14 -0300 |
commit | 5f0f2f90361a4c0a76478b288998595fc3ddebd2 (patch) | |
tree | fba8d30e376187e1b0b441314497bb1a70989f08 /.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt | |
parent | 47e1414d1be0069b158d0d0718988d72b0fb5d0d (diff) |
Added my old emacs config
Diffstat (limited to '.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt')
-rw-r--r-- | .emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt new file mode 100644 index 00000000..b27acadd --- /dev/null +++ b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt @@ -0,0 +1,6 @@ +[console_scripts] +wheel = wheel.cli:main + +[distutils.commands] +bdist_wheel = wheel.bdist_wheel:bdist_wheel + |