Skip to content

Commit

Permalink
Create setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gduquesnay authored Jun 16, 2022
1 parent 62431c5 commit 55a856a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env python

from distutils.core import setup

setup(name='vcon',
version='1.0',
description='Vcon'
)

0 comments on commit 55a856a

Please sign in to comment.