chargebee / chargebee-python

Python library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=python
MIT License
41 stars 32 forks source link

Don't distribute the tests package #17

Closed dschep closed 6 years ago

dschep commented 7 years ago

You probably shouldn't distribute the tests package as no one expects to get a package by that name when they pip install chargebee. Just exclude it:

find_packages(exclude=["tests"])
schabert commented 7 years ago

There is a mr open for this since months.

https://github.com/chargebee/chargebee-python/pull/18

rcoup commented 6 years ago

This seems fixed? #18 was merged