workflow: initial work

This commit is contained in:
Benjamin Dauvergne 2020-04-18 11:44:32 +02:00
parent 72b4cf073a
commit eef15b1243
5 changed files with 22 additions and 0 deletions

2
workflow/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build
dist

12
workflow/setup.cfg Normal file
View File

@ -0,0 +1,12 @@
[metadata]
name = workflow
version = 0.1
[options]
package_dir=
=src
packages=find:
[options.packages.find]
where=src

3
workflow/setup.py Normal file
View File

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

View File

View File

@ -0,0 +1,5 @@
# workflow.namespace - 2020-04-10 - bdauvergne
class Namespace:
pass