comparison setup.py @ 1:9251cd695508 default tip

v2.0 support for py3
author drewp@bigasterisk.com
date Tue, 05 Apr 2022 21:53:12 -0700
parents 7ddcd92b2191
children
comparison
equal deleted inserted replaced
0:7ddcd92b2191 1:9251cd695508
1 from distutils.core import setup 1 from distutils.core import setup
2 2
3 3
4 setup(name="grepedit", 4 setup(name="grepedit",
5 version="1.0", 5 version="2.0",
6 description="edit the result of a grep and modify the original files", 6 description="edit the result of a grep and modify the original files",
7 author="Drew Perttula", 7 author="Drew Perttula",
8 author_email="drewp@bigasterisk.com", 8 author_email="drewp@bigasterisk.com",
9 url="http://bigasterisk.com/grepedit", 9 url="http://bigasterisk.com/grepedit",
10 download_url="http://projects.bigasterisk.com/grepedit-1.0.tar.gz", 10 download_url="http://projects.bigasterisk.com/grepedit-2.0.tar.gz",
11 11
12 scripts=["grepedit"], 12 scripts=["grepedit"],
13 13
14 classifiers=[ # http://www.python.org/pypi?:action=list_classifiers 14 classifiers=[ # http://www.python.org/pypi?:action=list_classifiers
15 "Development Status :: 5 - Production/Stable", 15 "Development Status :: 5 - Production/Stable",