Skip to content

Commit cc2dfa9

Browse files
committed
Revert "package name changing"
This reverts commit a2499e0.
1 parent a2499e0 commit cc2dfa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name='fastapi_elasticsearch',
4+
name='fastapi_elasticsearch_middleware',
55
version='0.1.0',
6-
url='https://github.com/GGontijo/fastapi-elasticsearch.git',
6+
url='https://github.com/GGontijo/fastapi-elasticsearch-middleware.git',
77
description='Elasticsearch Logger Middleware for FastAPI',
88
long_description_content_type='text/markdown',
99
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)