Skip to content

Commit

Permalink
Add basic setup.py information
Browse files Browse the repository at this point in the history
  • Loading branch information
Rising Odegua committed Jul 10, 2019
1 parent 6a1a54b commit 99b86f0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
Empty file removed vijue/setup.py
Empty file.
Empty file removed vijue/vijue/__init__.py
Empty file.
File renamed without changes.
11 changes: 11 additions & 0 deletions visualz/setup.py
@@ -0,0 +1,11 @@
from setuptools import setup

setup(name='visualz',
version='0.1',
description='A data visualization library for scientist',
url='https://github.com/risenW/visualz',
author='Rising Odegua',
author_email='risingodegua@gmail.com',
license='MIT',
packages=['visualz'],
zip_safe=False)
2 changes: 2 additions & 0 deletions visualz/visualz/__init__.py
@@ -0,0 +1,2 @@
def print_test():
return "Hello world"

0 comments on commit 99b86f0

Please sign in to comment.