Skip to content

Commit

Permalink
[fc] Repository: icalendar
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2017-01-24T07:06:08-08:00
Author: Jon Dufresne (jdufresne) <jon.dufresne@gmail.com>
Commit: collective/icalendar@70985f1

Drop requirement for setuptools package from setup.py

setuptools is shipped with Python, no need to include it as a requirement.

Further, it is not used by the icalendar package, but only by setup.py.

setuptools is imported by setup.py _before_ dependencies have been installed.

Files changed:
M CHANGES.rst
M README.rst
M setup.py
Repository: icalendar
Branch: refs/heads/master
Date: 2017-01-25T20:11:38+01:00
Author: Markus Unterwaditzer (untitaker) <markus@unterwaditzer.net>
Commit: collective/icalendar@4ff6452

Merge pull request #211 from jdufresne/no-require-setuptools

Drop requirement for setuptools package from setup.py

Files changed:
M CHANGES.rst
M README.rst
M setup.py
  • Loading branch information
untitaker committed Jan 25, 2017
1 parent d92880d commit 69be73a
Showing 1 changed file with 107 additions and 967 deletions.
Loading

0 comments on commit 69be73a

Please sign in to comment.