diff --git a/.gitignore b/.gitignore index 09f993d..9bdd69e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.pyc *.egg-info .idea -.cache \ No newline at end of file +.cache +/.pypirc diff --git a/setup.py b/setup.py index 1a847dd..32173c5 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( 'Operating System :: POSIX', 'Operating System :: MacOS', 'Operating System :: Unix', - 'Operating System :: Windows', + # 'Operating System :: Windows', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3',