Skip to content

Commit 37a5477

Browse files
authored
added for the package
Signed-off-by: MRayan Asim <[email protected]>
1 parent e77abbd commit 37a5477

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='python-projects',
5+
version='0.1',
6+
description='A collection of Python projects',
7+
author='MRayan Asim',
8+
author_email='[email protected]',
9+
packages=['python_projects'],
10+
)

0 commit comments

Comments
 (0)