Skip to content

Commit be78fc6

Browse files
authored
Update setup.py
Signed-off-by: MRayan Asim <[email protected]>
1 parent ed3fa0e commit be78fc6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
from setuptools import setup, find_packages
22

3+
def print_install_message():
4+
print("***************************************")
5+
print("* This package is made by MRayan Asim *")
6+
print("***************************************")
7+
8+
import atexit
9+
atexit.register(print_install_message)
10+
311
setup(
4-
name='python-projects', # This is the package name users will use for installation
12+
name='python-projects',
513
version='0.1',
614
description='A collection of Python projects',
715
author='Your Name',

0 commit comments

Comments
 (0)