We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e4d5e commit 72ebfcbCopy full SHA for 72ebfcb
setup.py
@@ -0,0 +1,8 @@
1
+from setuptools import setup
2
+
3
+setup(name="Youdens_index",
4
+ version="0.1",
5
+ description='Tensorflow-Keras callback implementing Kaivanto (2008)',
6
+ url='http://github.com/tr7200/Youdens_index',
7
+ license='MIT',
8
+ packages=["Youdens_index"])
0 commit comments