Skip to content

Commit

Permalink
Remove test and docs from package
Browse files Browse the repository at this point in the history
  • Loading branch information
dojeda committed Oct 6, 2019
1 parent 5284346 commit e987fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -30,16 +30,16 @@
description="Quetzal API auto-generated client",
author='David Ojeda',
author_email="support@quetz.al",
url="http://github.com/quet.zal/quetzal-openapi-client",
url="https://github.com/quet.zal/quetzal-openapi-client",
project_urls={
"Documentation": "https://quetzal-openapi-client.readthedocs.io/en/stable/",
"Documentation": "https://quetzal-openapi-client.readthedocs.io",
"Code": "https://github.com/quetz-al/quetzal-openapi-client",
"Issue tracker": "https://github.com/quetz-al/quetzal-openapi-client/issues",
},
license="BSD-3-Clause",
keywords=["OpenAPI", "OpenAPI-Generator", "Quetzal API"],
install_requires=REQUIRES,
packages=find_packages(),
packages=find_packages(exclude=['test', 'docs']),
namespace_packages=['quetzal'],
include_package_data=True,
long_description="""\
Expand Down

0 comments on commit e987fb7

Please sign in to comment.