Changeset 389

Show
Ignore:
Timestamp:
09/02/08 18:48:23 (4 months ago)
Author:
johnbywater
Message:

Moving things around, to ship package data and script files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MANIFEST.in

    r388 r389  
    55include INSTALL 
    66include README 
    7 recursive-include bin
    8 recursive-include etc
    9 recursive-include src * 
     7recursive-include src/dm/django/templates
     8recursive-include src/dm/data
     9 
  • trunk/setup.py

    r388 r389  
    1313    package_dir = { '' : 'src' }, 
    1414    packages = find_packages('src'), 
    15      
     15    scripts = ["bin/domainmodel-admin", "bin/domainmodel-test"], 
     16    zip_safe = False, 
     17    include_package_data = True, 
    1618    # no way to specify the dependency on django as we need a specific revision 
    1719    install_requires = [ 
     
    2729    author_email = 'kforge-dev@lists.okfn.org', 
    2830    license = 'GPL', 
    29     url = 'http://www.kforgeproject.com/', 
    30     download_url = 'http://www.kforgeproject.com/files/domainmodel-%s.tar.gz' % __version__, 
     31    url = 'http://appropriatesoftware.net/domainmodel/', 
     32    download_url = 'http://appropriatesoftware.net/provide/docs/domainmodel-%s.tar.gz' % __version__, 
    3133    description = 'Toolkit for enterprise application frameworks.', 
    3234    long_description = \