Making it a package
This commit is contained in:
parent
f0b2837315
commit
12565cf1e9
1
priorConditionedAnnealing/__init__.py
Normal file
1
priorConditionedAnnealing/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from priorConditionedAnnealing.pca import *
|
12
setup.py
Normal file
12
setup.py
Normal file
@ -0,0 +1,12 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='priorConditionedAnneling',
|
||||
version='0.0.1',
|
||||
# url='https://github.com/mypackage.git',
|
||||
# author='Author Name',
|
||||
# author_email='author@gmail.com',
|
||||
# description='Description of my package',
|
||||
packages=['priorConditionedAnnealing'],
|
||||
# install_requires=['numpy >= 1.11.1', 'matplotlib >= 1.5.1'],
|
||||
)
|
Loading…
Reference in New Issue
Block a user