Added for setuptools

pull/11/head
Paco Hope 2022-08-06 22:14:53 -04:00
parent 4c9357b270
commit ebcaa9dbe1
2 changed files with 9 additions and 0 deletions

6
src/setup.cfg Normal file
View File

@ -0,0 +1,6 @@
[metadata]
name = tfscript
version = 1.0
[options]
packages = src/tfscript

3
src/setup.py Normal file
View File

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