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 d9d7753
Show file tree
Hide file tree
Showing 64 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versioneer]
VCS = git
style = pep440
versionfile_source = sourcespec/_version.py
versionfile_build = sourcespec/_version.py
versionfile_source = sourcespec2/_version.py
versionfile_build = sourcespec2/_version.py
tag_prefix = v
parentdir_prefix = sourcespec-
parentdir_prefix = sourcespec2-

[pylama]
skip = build/*,versioneer.py,*/_version.py,*/configobj/*,*/adjustText/*
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 d9d7753

Please sign in to comment.