Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

#-Write a versions.py file for class attribute-#

SOURCE_DIR = 'src'
VERSION = '0.1.5'

def write_version_py(filename=None):
Expand All @@ -11,7 +11,7 @@ def write_version_py(filename=None):

if not filename:
filename = os.path.join(
os.path.dirname(__file__), 'quantecon', 'version.py')
os.path.dirname(__file__), SOURCE_DIR, 'version.py')

fl = open(filename, 'w')
try:
Expand All @@ -24,7 +24,9 @@ def write_version_py(filename=None):
#-Setup-#

setup(name='quantecon',
packages=['quantecon', 'quantecon.models', "quantecon.tests"],
package_dir={'quantecon' : 'src'},
packages=['quantecon', 'quantecon.models', 'quantecon.tests'],
package_data={'quantecon.tests' : ['data/matlab_quad.mat', 'data/testing_data.h5']},
version=VERSION,
description='Core package of the QuantEcon library',
author='Thomas J. Sargent and John Stachurski (Project coordinators)',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.