Martiusweb / asynctest

Enhance the standard unittest package with features for testing asyncio libraries
https://asynctest.readthedocs.org/
Apache License 2.0
309 stars 41 forks source link

Update MANIFEST.in #138

Closed smitfrank closed 5 years ago

Martiusweb commented 5 years ago

AFAIK, test/test_*.py files don't need to be specified in the MANIFEST.in file:

anything that looks like a test script: test/test*.py (currently, the Distutils don’t do anything with test scripts except include them in source distributions, but in the future there will be a standard for testing Python module distributions)

https://docs.python.org/3/distutils/sourcedist.html

smitfrank commented 5 years ago

Thanks. I updated it.

smitfrank commented 5 years ago

Hi @Martiusweb, can you take another look and see if it's ok?

Martiusweb commented 5 years ago

Thanks