We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff72101 commit c1d3a34Copy full SHA for c1d3a34
setup.py
@@ -3,7 +3,7 @@
3
# Setup script for the `apt-mirror-updater' package.
4
#
5
# Author: Peter Odding <peter@peterodding.com>
6
-# Last Change: November 1, 2017
+# Last Change: June 22, 2018
7
# URL: https://apt-mirror-updater.readthedocs.io
8
9
"""
@@ -113,6 +113,7 @@ def have_environment_marker_support():
113
url='https://apt-mirror-updater.readthedocs.io',
114
author='Peter Odding',
115
author_email='peter@peterodding.com',
116
+ license='MIT',
117
packages=find_packages(),
118
install_requires=get_install_requires(),
119
extras_require=get_extras_require(),
0 commit comments