We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d280c commit a23f1c1Copy full SHA for a23f1c1
.gitignore
@@ -2,4 +2,5 @@ venv/
2
__pycache__/
3
config.yaml
4
*egg-info/
5
-build/
+build/
6
+dist/
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
-setup(name='leetcode_cli',
+setup(name='pyleetcode-cli',
version='0.1.0',
description='A CLI tool to access LeetCode',
author='Jakub Kubiak',
0 commit comments