File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 4343else :
4444 reqs .append ('pbs>=0.11' )
4545
46- if sys .version_info < (2 , 7 ) or (
47- sys .version_info < (3 , 3 ) and sys .version_info > (3 , 0 )):
48- reqs .append ('argparse' )
49-
5046
5147ld = """
5248Gitless is an experimental version control system built on top of Git.
8076 'Natural Language :: English' ,
8177 'Programming Language :: Python' ,
8278 'Programming Language :: Python :: 2' ,
83- 'Programming Language :: Python :: 2.6' ,
84- 'Programming Language :: Python :: 2.7' ,
8579 'Programming Language :: Python :: 3' ,
86- 'Programming Language :: Python :: 3.2' ,
87- 'Programming Language :: Python :: 3.3' ,
88- 'Programming Language :: Python :: 3.4' ,
8980 'Topic :: Software Development :: Version Control' ),
9081 entry_points = {
9182 'console_scripts' : [
You can’t perform that action at this time.
0 commit comments