Loading project.clj +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" Loading src/leiningen/new/python/setup.py +3 −3 Original line number Diff line number Diff line Loading @@ -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', ] Loading Loading
project.clj +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" Loading
src/leiningen/new/python/setup.py +3 −3 Original line number Diff line number Diff line Loading @@ -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', ] Loading