Skip to content

Commit a53c206

Browse files
committed
made pypi ready
1 parent d856424 commit a53c206

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aiohttp-GraphQL
2-
=============
1+
aiohttp-graphql
2+
===============
33

44
Adds [GraphQL] support to your [aiohttp] application.
55

setup.cfg

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
[flake8]
2-
exclude = tests,scripts,setup.py,docs
3-
max-line-length = 160
4-
5-
[isort]
6-
known_first_party = graphql
1+
[metadata]
2+
description-file = README.md
73

84
[tool:pytest]
95
norecursedirs =
@@ -14,6 +10,3 @@ norecursedirs =
1410
.git
1511
.tox
1612
testpaths = tests/
17-
18-
[aliases]
19-
test = pytest

setup.py

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

33
setup(
4-
name='aiohttp-GraphQL',
4+
name='aiohttp-graphql',
55
version='1.0.0',
66
description='Adds GraphQL support to your aiohttp application',
7-
long_description=open('README.rst').read(),
7+
long_description=open('README.md').read(),
88
url='https://github.com/dfee/aiohttp-graphql',
99
download_url='https://github.com/dfee/aiohttp-graphql/releases',
1010
author='Devin Fee',

0 commit comments

Comments
 (0)