Skip to content

Commit

Permalink
Added setup script so that the ctem Python packaage may be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 18, 2022
1 parent 9512de6 commit 2fa61db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/ctem/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from setuptools import setup, find_packages

setup(name='ctem',
version='0.1',
author='David A. Minton',
packages=find_packages())

0 comments on commit 2fa61db

Please sign in to comment.