##// END OF EJS Templates
Simplifying setup.py (ez_setup is no longer current)
Marcin Kasperski -
r281:6a44fcd7 default
parent child Browse files
Show More
@@ -1,15 +1,8 b''
1 """Setup for mercurial_keyring."""
2
3 from setuptools import setup
1
4
2 VERSION = '1.3.0'
5 VERSION = '1.3.0'
3
4 # pylint: disable=unused-import
5
6 try:
7 from setuptools import setup, find_packages
8 except ImportError:
9 from ez_setup import use_setuptools
10 use_setuptools()
11 from setuptools import setup, find_packages
12
13 LONG_DESCRIPTION = open("README.txt").read()
6 LONG_DESCRIPTION = open("README.txt").read()
14
7
15 setup(
8 setup(
General Comments 0
You need to be logged in to leave comments. Login now