Commit ebee5109 authored by Hanno Schlichting's avatar Hanno Schlichting

prepare

parent 095d5f86
Changelog
=========
4.0 (unreleased)
4.0 (2013-02-24)
----------------
- Added trove classifiers to project metadata.
4.0a1 (2011-12-13)
------------------
......
......@@ -16,8 +16,9 @@
import os
from setuptools import setup, find_packages, Extension
setup(name='Acquisition',
version = '4.0dev',
setup(
name='Acquisition',
version='4.0',
url='http://pypi.python.org/pypi/Acquisition',
license='ZPL 2.1',
description="Acquisition is a mechanism that allows objects to obtain "
......@@ -27,7 +28,6 @@ setup(name='Acquisition',
long_description=open(
os.path.join('src', 'Acquisition', 'README.txt')).read() + '\n' +
open('CHANGES.txt').read(),
packages=find_packages('src'),
package_dir={'': 'src'},
classifiers=[
......@@ -53,4 +53,4 @@ setup(name='Acquisition',
],
include_package_data=True,
zip_safe=False,
)
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment