Skip to content

Commit

Permalink
Merge pull request #6 from pazzarpj/bugfix/pypi-metadata
Browse files Browse the repository at this point in the history
Fix the metadata in pypi.org
  • Loading branch information
pazzarpj authored Aug 8, 2019
2 parents 34a39f9 + f6022a2 commit 269eee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ def get_dependencies():
author="Ryan Parry-Jones",
author_email="ryanspj+github@gmail.com",
description="Micropython c stub generator",
long_description=open("README.md").read(),
package_dir={'': 'src'},
packages=find_packages('src'),
url="https://github.com/pazzarpj/ustubby",
url="https://github.com/pazzarpj/micropython-ustubby",
version=get_version(),
python_requires='>=3.6',
dependency_links=[],
Expand Down
2 changes: 1 addition & 1 deletion src/ustubby/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import types
import csv

__version__ = "0.1.0"
__version__ = "0.1.1"


def string_template(base_str):
Expand Down

0 comments on commit 269eee3

Please sign in to comment.