Skip to content

Commit

Permalink
rename the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Евгений authored and Евгений committed May 3, 2023
1 parent bf9fb07 commit 08a17c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# INSTALLED: the simplest package management in runtime
# INSTLD: the simplest package management in runtime

[![Downloads](https://pepy.tech/badge/instld/month)](https://pepy.tech/project/instld)
[![Downloads](https://pepy.tech/badge/instld)](https://pepy.tech/project/instld)
[![codecov](https://codecov.io/gh/pomponchik/installed/branch/main/graph/badge.svg)](https://codecov.io/gh/pomponchik/installed)
[![Test-Package](https://github.com/pomponchik/installed/actions/workflows/coverage.yml/badge.svg)](https://github.com/pomponchik/installed/actions/workflows/coverage.yml)
[![codecov](https://codecov.io/gh/pomponchik/installed/branch/main/graph/badge.svg)](https://codecov.io/gh/pomponchik/instld)
[![Test-Package](https://github.com/pomponchik/instld/actions/workflows/coverage.yml/badge.svg)](https://github.com/pomponchik/instld/actions/workflows/coverage.yml)
[![Python versions](https://img.shields.io/pypi/pyversions/instld.svg)](https://pypi.python.org/pypi/instld)
[![PyPI version](https://badge.fury.io/py/instld.svg)](https://badge.fury.io/py/instld)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

setup(
name="instld",
version="0.0.7",
version="0.0.8",
author="Evgeniy Blinov",
author_email="zheni-b@yandex.ru",
description="The simplest package management in runtime",
long_description=readme,
long_description_content_type="text/markdown",
url="https://github.com/pomponchik/installed",
url="https://github.com/pomponchik/instld",
packages=find_packages(exclude=["tests"]),
install_requires=requirements,
classifiers=[
Expand Down

0 comments on commit 08a17c2

Please sign in to comment.