Skip to content

Commit

Permalink
Simplify layout
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osafoundation.org/vobject/trunk@195 72e31ff3-66e1-0310-9094-9c83e53ae81d
  • Loading branch information
jeffrey committed May 28, 2008
1 parent 120d5ca commit 481cd37
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions setup.py
Expand Up @@ -14,30 +14,23 @@
from ez_setup import use_setuptools
use_setuptools()

from setuptools import setup, find_packages
from setuptools import setup

#from distutils.core import setup

# Metadata
PACKAGE_NAME = "vobject"
PACKAGE_VERSION = "0.6.0"

ALL_EXTS = ['*.py', '*.ics', '*.txt']

packages = ['vobject']
# ALL_EXTS = ['*.py', '*.ics', '*.txt']

doclines = __doc__.splitlines()

setup(name = "vobject",
version = PACKAGE_VERSION,
version = "0.6.0",
author = "Jeffrey Harris",
author_email = "jeffrey@osafoundation.org",
license = "Apache",
zip_safe = True,
url = "http://vobject.skyhouseconsulting.com",
entry_points = { 'console_scripts': ['ics_diff = vobject.ics_diff:main'] },
package_dir = {'':'src'},
package_data = {'': ALL_EXTS},
# package_dir = {'':'vobject'},
include_package_data = True,
# package_data = {'': ALL_EXTS},

install_requires = ['python-dateutil >= 1.1'],

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 481cd37

Please sign in to comment.