Changeset 1449
- Timestamp:
- Oct 18, 2013 11:37:15 AM (9 years ago)
- Location:
- pvMail
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pvMail/setup.py
r1448 r1449 9 9 ########### SVN repository information ################### 10 10 11 from distutils.core import setup 11 #from distutils.core import setup 12 from ez_setup import use_setuptools 13 use_setuptools() 14 from setuptools import setup, find_packages 15 12 16 import os 13 17 import sys
Note: See TracChangeset
for help on using the changeset viewer.