FIXING STUFF!
Rename should be complete or almost so.
This commit is contained in:
8
setup.py
8
setup.py
@@ -21,15 +21,15 @@ Programming Language :: Python
|
||||
Topic :: Scientific/Engineering
|
||||
"""
|
||||
|
||||
from fluents.fluents import VERSION
|
||||
from laydi.laydi import VERSION
|
||||
|
||||
def configuration(parent_package='', top_path=None):
|
||||
from numpy.distutils.misc_util import Configuration
|
||||
config = Configuration('', parent_package, top_path)
|
||||
config.add_data_dir('tests')
|
||||
config.add_scripts(['bin/fluents', 'bin/dataset'])
|
||||
config.add_scripts(['bin/laydi', 'bin/dataset'])
|
||||
config.add_data_dir('icons')
|
||||
config.add_subpackage('fluents')
|
||||
config.add_subpackage('laydi')
|
||||
return config
|
||||
|
||||
if __name__ == "__main__":
|
||||
@@ -39,7 +39,7 @@ if __name__ == "__main__":
|
||||
config['author_email'] = 'einarr@pvv.org'
|
||||
# config['short_description'] = short_description
|
||||
config['long_description'] = long_description
|
||||
config['url'] = 'https://dev.pvv.org/projects/fluents'
|
||||
config['url'] = 'https://dev.pvv.org/projects/laydi'
|
||||
config['version'] = VERSION
|
||||
config['license'] = 'GPL'
|
||||
config['platforms'] = ['Linux']
|
||||
|
||||
Reference in New Issue
Block a user