Skip to content
Snippets Groups Projects
Commit 260547c41cab authored by Marcin Kasperski's avatar Marcin Kasperski
Browse files

Simplifying setup.py (ez_setup is no longer current)

parent 3290b1dbe631
No related branches found
No related tags found
No related merge requests found
# pylint:disable=missing-docstring
"""Setup form mercurial_extension_utils."""
......@@ -2,5 +2,5 @@
from setuptools import setup, find_packages
from setuptools import setup
VERSION = '1.5.0'
LONG_DESCRIPTION = open("README.txt").read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment