Skip to content

Commit

Permalink
Added setup.py?
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderpig212 committed Aug 3, 2022
1 parent c832ac4 commit 42c55d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup

setup(
name='TWARHMM_analysis',
version='1',
packages=['twARHMM_analysis'],
url='',
license='',
author='Matt',
author_email='',
description=''
)

0 comments on commit 42c55d4

Please sign in to comment.