Skip to content

Commit c1430ec

Browse files
author
jimmieha
committed
writing in setup.py
1 parent 99d8301 commit c1430ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from distutils.core import setup
2+
3+
setup(
4+
name='biostuff',
5+
version='0.1dev',
6+
author='John Doe',
7+
author_email='johndoe@example.com',
8+
url='example.com',
9+
packages=['biostuff',],
10+
license='GPLv3',
11+
long_description=open('README.txt').read(),
12+
)

0 commit comments

Comments
 (0)