Verified Commit c16b3371 authored by Christopher Ostrouchov's avatar Christopher Ostrouchov
Browse files

Bump version add license field, add package status

parent 4044d8e8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
</tr>
<tr>
  <td>Package Status</td>
  <td><img src="https://img.shields.io/pypi/status/pypkgtemps.svg" alt="status" /></td>
  <td><img src="https://img.shields.io/pypi/status/pypkgtemp.svg" alt="status" /></td>
</tr>
<tr>
  <td>License</td>
+4 −1
Original line number Diff line number Diff line
@@ -13,14 +13,17 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:

setup(
    name='pypkgtemp',
    version='1.0.11',
    version='1.0.12',
    description='A python package template',
    long_description=long_description,
    long_description_content_type="text/markdown",
    url='https://gitlab.com/costrouc/knoxpy-sqlite-pypi-readthedocs',
    author='Chris Ostrouchov',
    author_email='chris.ostrouchov+pypkgtemp@gmail.com',
    license="MIT",
    classifiers=[
        'Development Status :: 3 - Alpha',
        'Natural Language :: English',
        'License :: OSI Approved :: MIT License',
        'Programming Language :: Python :: 3.6'
    ],