8000 tweaks · Coderbeep/LeetCode-CLI@a23f1c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a23f1c1

Browse files
committed
tweaks
1 parent 54d280c commit a23f1c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ venv/
22
__pycache__/
33
config.yaml
44
*egg-info/
5-
build/
5+
build/
6+
dist/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
setup(name='leetcode_cli',
3+
setup(name='pyleetcode-cli',
44
version='0.1.0',
55
description='A CLI tool to access LeetCode',
66
author='Jakub Kubiak',

0 commit comments

Comments
 (0)
0