Skip to content

Commit d0636f7

Browse files
committed
Merge branch 'main' of github.com:BouchardLab/DynamicalComponentsAnalysis into main
2 parents 6ebfdea + e47eabf commit d0636f7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = dca
33
version = 1.0.0
4-
author = Jesse Livezey
4+
author = Jesse Livezey, David Clark
55
author_email = jesse.livezey@gmail.com
66
description = Dynamical Components Analysis
77
long_description = file: README.md

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from setuptools import setup
2+
3+
4+
setup()

0 commit comments

Comments
 (0)