Skip to content

Commit

Permalink
BUG: add tools/py3tool.py to installed/distributed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 4, 2010
1 parent ef4c6bf commit b2a1666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
AUTHOR_EMAIL = "[email protected]"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 2
MINOR = 0
MINOR = 0
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
Expand Down Expand Up @@ -152,7 +152,8 @@ def configuration(parent_package='',top_path=None):

config.add_data_files(('numpy','*.txt'),
('numpy','COMPATIBILITY'),
('numpy','site.cfg.example'))
('numpy','site.cfg.example'),
('numpy/tools', 'tools/py3tool.py'))

config.get_version('numpy/version.py') # sets config.version

Expand Down

0 comments on commit b2a1666

Please sign in to comment.