Skip to content

Commit 2f4dfde

Browse files
Add README. Add comments in setup.
1 parent a2ec904 commit 2f4dfde

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

stage8_packaging/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Second real version of the pycasa ETS pyface application
2+
Building on the application state 5.1, this version adds a button to the folder
3+
and file views so the faces can be detected.

stage8_packaging/setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
""" Use this file to share this application with other developers:
2+
1. `python setup.py develop` to code on it
3+
2. `python setup.py bdist_egg` to build and share a binary egg
4+
3. `python setup.py bdist_wheel` to build and share a binary wheel
5+
"""
6+
17
from os.path import abspath, dirname, join
28
from setuptools import setup, find_packages
39
from glob import glob

0 commit comments

Comments
 (0)