Skip to content

Commit

Permalink
bump to 0.2 (#44)
Browse files Browse the repository at this point in the history
- changed to gplv2 label in setup.py corresponding with the actual license of the repo
- removed development stage label (not really applicable here)
  • Loading branch information
McHaillet authored Sep 11, 2023
1 parent 8111fe9 commit 175dc13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
name='pytom-template-matching-gpu',
packages=['pytom_tm', 'pytom_tm.angle_lists'],
package_dir={'': 'src'},
version='0.1',
version='0.2',
description='GPU template matching from PyTOM as a lightweight pip package',
long_description=long_description,
long_description_content_type='text/markdown',
license='GPLv3',
license='GPLv2',
author='McHaillet (Marten Chaillet)',
url='https://github.com/McHaillet/pytom-template-matching-gpu',
platforms=['any'],
Expand Down Expand Up @@ -42,10 +42,9 @@
'src/bin/pytom_merge_stars.py',
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering',
'License :: OSI Approved :: GPLv3 License',
'License :: OSI Approved :: GPLv2 License',
'Programming Language :: Python :: 3 :: Only',
]
)

0 comments on commit 175dc13

Please sign in to comment.