We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ec904 commit 2f4dfdeCopy full SHA for 2f4dfde
2 files changed
stage8_packaging/README.md
@@ -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
@@ -1,3 +1,9 @@
+""" Use this file to share this application with other developers:
+1. `python setup.py develop` to code on it
+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
+
7
from os.path import abspath, dirname, join
8
from setuptools import setup, find_packages
9
from glob import glob
0 commit comments