AC-474. Updates to contributing doc, along with related Makefile, testing and settings changes.

This commit is contained in:
Chris Church
2013-09-24 21:40:53 -04:00
parent 4b09ba4c83
commit 9fc46e6292
19 changed files with 109 additions and 136 deletions

View File

@@ -11,7 +11,6 @@ from setuptools.command.sdist import sdist as _sdist
from awx import __version__
#build_timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M')
build_timestamp = os.getenv("BUILD",datetime.datetime.now().strftime('-%Y%m%d%H%M'))
# Paths we'll use later
@@ -117,13 +116,9 @@ setup(
packages=['awx'],
include_package_data=True,
zip_safe=False,
#install_requires=[
# 'Django>=1.4',
# 'PyYAML',
#],
setup_requires=[],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',