Changeset - 0f676662758c
[Not reviewed]
1 1 1
Lance Edgar - 10 years ago 2013-10-23 12:37:17
ledgar@sacfoodcoop.com
Renamed README.
2 files changed with 1 insertions and 1 deletions:
README.rst
rename
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
file renamed from README.txt to README.rst
setup.py
Show inline comments
 
@@ -21,25 +21,25 @@
 
#  sqlalchemy-pervasive.  If not, see <http://www.gnu.org/licenses/>.
 
#
 
################################################################################
 

	
 

	
 
import os.path
 
from setuptools import setup, find_packages
 

	
 

	
 
here = os.path.abspath(os.path.dirname(__file__))
 
execfile(os.path.join(here, 'sqlalchemy_pervasive', '_version.py'))
 

	
 
README = open(os.path.join(here, 'README.txt')).read()
 
README = open(os.path.join(here, 'README.rst')).read()
 
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
 

	
 

	
 
requires = [
 
    #
 
    # Version numbers within comments below have specific meanings.
 
    # Basically the 'low' value is a "soft low," and 'high' a "soft high."
 
    # In other words:
 
    #
 
    # If either a 'low' or 'high' value exists, the primary point to be
 
    # made about the value is that it represents the most current (stable)
 
    # version available for the package (assuming typical public access
0 comments (0 inline, 0 general)