File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 python-version :
10- - ' 3.8'
1110 - ' 3.9'
1211 - ' 3.10'
1312 - ' 3.11'
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'protgraph' ,
14- version = '0.3.11 ' ,
14+ version = '0.3.12 ' ,
1515 author = "Dominik Lux" ,
1616 description = "ProtGraph, a graph generator for proteins." ,
1717 long_description = long_description ,
1818 long_description_content_type = "text/markdown" ,
1919 url = "https://github.com/mpc-bioinformatics/ProtGraph" ,
2020 project_urls = {
2121 "Bugs" : "https://github.com/mpc-bioinformatics/ProtGraph/issues" ,
22+ "Publication" : "https://doi.org/10.1093/bib/bbae671" ,
23+ "ProGFASTAGen" : "https://github.com/mpc-bioinformatics/ProGFASTAGen" ,
2224 },
2325 classifiers = [
2426 "Programming Language :: Python :: 3" ,
2527 'License :: OSI Approved :: BSD License' ,
2628 ],
2729 license = "BSD" ,
28- python_requires = ">=3.7 " ,
30+ python_requires = ">=3.9 " ,
2931 entry_points = dict (console_scripts = [
3032 'protgraph = protgraph.protgraph:main' ,
3133 'protgraph_pepsqlite_to_fasta = protgraph.scripts.pepsqlite_to_fasta:main [sqlite]' ,
You can’t perform that action at this time.
0 commit comments