We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ebfdea + e47eabf commit d0636f7Copy full SHA for d0636f7
2 files changed
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
name = dca
3
version = 1.0.0
4
-author = Jesse Livezey
+author = Jesse Livezey, David Clark
5
author_email = jesse.livezey@gmail.com
6
description = Dynamical Components Analysis
7
long_description = file: README.md
setup.py
@@ -0,0 +1,4 @@
+from setuptools import setup
+
+setup()
0 commit comments