Skip to content

Commit 7a3954b

Browse files
committed
Add setup.py
1 parent f3066ec commit 7a3954b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='neetcode-solutions',
5+
version='1.0.0',
6+
packages=[''],
7+
url='https://github.com/darpan-jain/neetcode-solutions',
8+
license='MIT',
9+
author='Darpan Jain',
10+
author_email='',
11+
description='A collection of solutions to common Leetcode questions, based on a list compiled by neetcode.io.'
12+
)

0 commit comments

Comments
 (0)