Skip to content

Commit

Permalink
Merge pull request #138 from cgat-developers/AC-modifybuild
Browse files Browse the repository at this point in the history
updated entry point for cgat
  • Loading branch information
Acribbs authored Nov 29, 2024
2 parents 4524691 + cd33a17 commit 0bdd0b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cgat"
version = "0.7.5"
version = "0.7.6"
description = "cgat : the Computational Genomics Analysis Toolkit"
authors = [
{name = "Adam Cribbs", email = "[email protected]"},
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,10 @@
ext_modules=extensions,
cmdclass={'build_ext': build_ext},
zip_safe=False,
entry_points={
'console_scripts': [
'cgat = cgat.cgat.main',
],
},
test_suite="tests",
)
)

0 comments on commit 0bdd0b9

Please sign in to comment.