Init
This commit is contained in:
parent
42274e7d2c
commit
c529e3f6e9
6 changed files with 143 additions and 22 deletions
8
setup.py
Normal file
8
setup.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name="secret-santa",
|
||||
version="1.0.0",
|
||||
package_dir={"": "src"},
|
||||
packages=find_packages(where="src"),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue