summaryrefslogtreecommitdiffstats
path: root/libraries/enum34/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/enum34/slack-desc')
-rw-r--r--libraries/enum34/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/enum34/slack-desc b/libraries/enum34/slack-desc
deleted file mode 100644
index d9ce9cd84a..0000000000
--- a/libraries/enum34/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-enum34: enum34 (backported Python 3.4 Enum)
-enum34:
-enum34: An enumeration is a set of symbolic names (members) bound to unique,
-enum34: constant values. Within an enumeration, the members can be compared
-enum34: by identity, and the enumeration itself can be iterated over.
-enum34:
-enum34: Homepage : https://pypi.python.org/pypi/enum34
-enum34:
-enum34:
-enum34:
-enum34: