Skip to content

Commit 7e3f25c

Browse files
author
wingtorres
authored
Add files via upload
1 parent 7e1aa2f commit 7e3f25c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from setuptools import setup, find_packages
2+
3+
setup(
4+
name="morphometrix",
5+
version="1.0.0",
6+
author="Walter Torres",
7+
author_email="[email protected]",
8+
url = "https://github.com/wingtorres/morphometrix/",
9+
packages= find_packages()
10+
)

0 commit comments

Comments
 (0)