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 58927c5
Show file tree
Hide file tree
Showing 65 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docs/generated
.vscode

#Build products
sourcespec.egg-info/
*.egg-info/
dist/
build/
RELEASE-VERSION
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 58927c5

Please sign in to comment.