Pyzotero: a Python client for the Zotero API pyzotero.readthedocs.io
zotero

Merge pull request #232 from urschrei/shugel/push-sropxwyxzqrk

Clean up root directory, removing legacy files

authored by urschrei.eurosky.social and committed by

GitHub 9970ce54 f3db6a27

+4 -13
+4 -1
.gitignore
··· 1 1 **/__pycache__ 2 2 Pyzotero.egg-info 3 - Pyzotero.egg-info 4 3 __pycache__ 5 4 .eggs 6 5 src/_version.py 6 + *.pyc 7 + *.pyo 8 + *.pyd 9 + __pycache__/
__init__.py

This is a binary file and will not be displayed.

-12
setup.py
··· 1 - #!/usr/bin/env python 2 - """ 3 - setup.py 4 - 5 - Created by Stephan Hügel on 2011-03-04 6 - """ 7 - 8 - from setuptools import setup 9 - 10 - 11 - if __name__ == "__main__": 12 - setup()