You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
238 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -35,5 +35,5 @@ setup(
  4. 'version_module_paths': ['txsocksx/_version.py'],
  5. },
  6. install_requires=install_requires,
  7. - packages=['txsocksx', 'txsocksx.test'],
  8. + packages=['txsocksx'],
  9. )