no longer ignoring the file

This commit is contained in:
Remi Ehounou
2021-05-23 16:53:25 -04:00
parent 43de559f08
commit 44950b69fe
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -14,5 +14,3 @@
pkg/
src/
snippets/
PackageCode/setup.py

3
PackageCode/setup.py Normal file
View File

@ -0,0 +1,3 @@
import setuptools
setuptools.setup()