File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1+ include requirements.txt
12include graphgen/configs/*.yaml
23recursive-include graphgen/configs *.yaml
Original file line number Diff line number Diff line change 11from typing import Tuple
22
3- __version__ = "20250416 "
3+ __version__ = "0.1.0.post20250930 "
44short_version = __version__
55
66
Original file line number Diff line number Diff line change @@ -49,14 +49,12 @@ def read_requirements():
4949 include_package_data = True ,
5050 install_requires = install_packages ,
5151 classifiers = [
52- "Programming Language :: Python :: 3.8" ,
53- "Programming Language :: Python :: 3.9" ,
5452 "Programming Language :: Python :: 3.10" ,
5553 "Programming Language :: Python :: 3.11" ,
5654 "Programming Language :: Python :: 3.12" ,
5755 "Intended Audience :: Developers" ,
5856 "Intended Audience :: Education" ,
5957 "Intended Audience :: Science/Research" ,
6058 ],
61- entry_points = {"console_scripts" : ["graphgen =graphgen.generate:main" ]},
59+ entry_points = {"console_scripts" : ["graphg =graphgen.generate:main" ]},
6260 )
You can’t perform that action at this time.
0 commit comments