Skip to content

Commit

Permalink
Removing setuptools sdist shim, as it is (hopefully) no longer requir…
Browse files Browse the repository at this point in the history
…ed (no SVN anymore) and it is not possible with recent versions of setuptools.
  • Loading branch information
constantinius committed May 22, 2015
1 parent 00b0275 commit 686b24b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
#-------------------------------------------------------------------------------

import os

# Hack to remove setuptools "feature" which resulted in
# ignoring MANIFEST.in when code is in an svn repository.
# TODO find a nicer solution
from setuptools.command import sdist
del sdist.finders[:]

from setuptools import setup

from eoxserver import get_version
Expand Down

0 comments on commit 686b24b

Please sign in to comment.