ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
repos
/
DecentralizedMedia
/
Client
/
setup.py
Revision:
512
Committed:
2005-06-19T21:26:56-07:00
(20 years ago) by
douglas
Content type:
text/x-python
File size:
123 byte(s)
Log Message:
These may or may not be useful at some point.
File Contents
#
Content
1
from
distutils.core
import
setup
2
import
py2exe
3
4
setup
(
console
=
[
"test"
],
options
=
{
"py2exe"
:{
"packages"
:[
"encodings"
]}})