Changeset 7035
- Timestamp:
- 18/06/10 16:20:41 (11 years ago)
- Location:
- TI12-security/trunk/MyProxyClient
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/MyProxyClient/setup.py
r6983 r7035 70 70 'Topic :: Software Development :: Libraries :: Python Modules' 71 71 ], 72 zip_safe = False 72 zip_safe = False, 73 entry_points = { 74 'console_scripts': ['myproxyclient = myproxy.script:main', 75 ], 76 } 73 77 )
Note: See TracChangeset
for help on using the changeset viewer.