Skip to content

Commit

Permalink
Temporarily rename project to sourcespec2
Browse files Browse the repository at this point in the history
Also add "2" suffix to all console scripts.
  • Loading branch information
claudiodsf committed Jul 2, 2024
1 parent db76727 commit bfaee6a
Show file tree
Hide file tree
Showing 63 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
}

setup(
name='sourcespec',
packages=['sourcespec', 'sourcespec.configobj', 'sourcespec.adjustText'],
name='sourcespec2',
packages=['sourcespec2', 'sourcespec2.configobj', 'sourcespec2.adjustText'],
include_package_data=True,
entry_points={
'console_scripts': [
'source_spec = sourcespec.source_spec:main',
'source_model = sourcespec.source_model:main',
'source_residuals = sourcespec.source_residuals:main',
'clipping_detection = sourcespec.clipping_detection:main',
'plot_sourcepars = sourcespec.plot_sourcepars:main',
'source_spec2 = sourcespec2.source_spec:main',
'source_model2 = sourcespec2.source_model:main',
'source_residuals2 = sourcespec2.source_residuals:main',
'clipping_detection2 = sourcespec2.clipping_detection:main',
'plot_sourcepars2 = sourcespec2.plot_sourcepars:main',
]
},
version=versioneer.get_version(),
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.

0 comments on commit bfaee6a

Please sign in to comment.