Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed dmc/errors.pyc
Binary file not shown.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import os
import sys
from distutils.core import setup
from setuptools import setup

PACKAGES = ['dmc']
REQUIRES = ['iso8601', 'pytz', 'humanize', 'python-dateutil']
Expand All @@ -28,6 +28,5 @@ def get_init_val(val, packages=PACKAGES):
package_data={'': ['LICENSE', 'NOTICE', 'README']},
license=get_init_val('license'),
install_requires=REQUIRES,
requires=REQUIRES,
packages=PACKAGES
)