Commit ea36bb3b authored by Yuanle Song's avatar Yuanle Song
Browse files

v1.5.8 update pypi project url pattern;

setup.py uses GPLv3+ by default, was GPLv2+
parent 43ef5d2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(defproject python/lein-template "1.5.7"
(defproject python/lein-template "1.5.8"
  :description "lein template for a python project"
  :url "https://gitlab.emacsos.com/sylecn/python-project-template"
  :license {:name "Apache License 2.0"
+3 −3
Original line number Diff line number Diff line
@@ -42,12 +42,12 @@ setup(
    maintainer_email="sylecn@gmail.com",
    description="FIXME add description",
    long_description=open('README.rst').read(),
    license="GPLv2+",
    url="https://pypi.python.org/pypi/{{name}}",
    license="GPLv3+",
    url="https://pypi.org/project/{{name}}/",
    classifiers=[
        'Development Status :: 3 - Alpha',
        'License :: OSI Approved :: GNU General Public License (GPL)',
        'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
        'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
        # 'Programming Language :: Python :: 2.7',
        'Programming Language :: Python :: 3.4',
    ]