+# Copyright (c) 2014-2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# to use, copy, modify, and distribute this software is granted under
+# terms provided in the LICENSE file distributed with this software.
+
*.egg-info/
.eggs/
.tox/
+# Copyright (c) 2014-2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# to use, copy, modify, and distribute this software is granted under
+# terms provided in the LICENSE file distributed with this software.
+
passlib
pyyaml
+# Copyright (c) 2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# to use, copy, modify, and distribute this software is granted under
+# terms provided in the LICENSE file distributed with this software.
+
[metadata]
name = mudpy
summary = The mudpy MUD server engine.
+# Copyright (c) 2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# to use, copy, modify, and distribute this software is granted under
+# terms provided in the LICENSE file distributed with this software.
+
import setuptools
setuptools.setup(setup_requires=['pbr>=2.0'], pbr=True)
+# Copyright (c) 2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# to use, copy, modify, and distribute this software is granted under
+# terms provided in the LICENSE file distributed with this software.
+
flake8
+# Copyright (c) 2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# to use, copy, modify, and distribute this software is granted under
+# terms provided in the LICENSE file distributed with this software.
+
[tox]
minversion = 2.0
envlist = flake8