Switch to unified view
a/ForgeGit/setup.py | b/ForgeGit/setup.py | ||
---|---|---|---|
... |
... |
||
18 | include_package_data=True, |
18 | include_package_data=True, |
19 | zip_safe=False, |
19 | zip_safe=False, |
20 | install_requires=[ |
20 | install_requires=[ |
21 | # -*- Extra requirements: -*- |
21 | # -*- Extra requirements: -*- |
22 | 'pyforge', |
22 | 'pyforge', |
23 | 'gitpython==0.2.0_beta1', |
||
23 | ], |
24 | ], |
24 | entry_points=""" |
25 | entry_points=""" |
25 | # -*- Entry points: -*- |
26 | # -*- Entry points: -*- |
26 | [pyforge] |
27 | [pyforge] |
27 | Git=forgegit.git_main:ForgeGitApp |
28 | Git=forgegit.git_main:ForgeGitApp |