douglascdev / snake

A snake game made with Python3 and Pygame!
https://www.pygame.org/project/5080
Apache License 2.0
4 stars 5 forks source link

Added setup.py #27

Closed AdityaJ7 closed 4 years ago

AdityaJ7 commented 4 years ago

Added the setup.py file for the snake game.

You can change the name inside the setup function as it has to be unique when we publish it on PyPi.

Also added an __init__.py file inside the snake folder.

douglascdev commented 4 years ago

Well done, thank you for contributing!