Fleshing out the repo

Some nice additions to the repo + more PyPI setup.
master
Anthony Forsberg 2016-12-15 22:10:00 -05:00
parent 02858b19d4
commit 671fb32a51
4 changed files with 67 additions and 0 deletions

20
AUTHORS.rst Normal file
View File

@ -0,0 +1,20 @@
Credits
=========
``bandcamp-dl`` is written and maintained by:
- `Iheanyi Ekechukwu <https://github.com/iheanyi>`_
- `Anthony Forsberg <https://github.com/Evolution0>`_
- `John Titor <https://github.com/forsenonlhaimaisentito>`_
- `Alex Bouffard <https://github.com/Mixbo>`_
- `Pedro Lopes <https://github.com/PedroLopes>`_
- `Bendito999 <https://github.com/Bendito999>`_
- `Gabor Szabo <https://github.com/szabgab>`_
- `Vladde Nordholm <https://github.com/vladdeSV>`_
- `Simon W. Jackson <https://github.com/simonwjackson>`_
- `Yo'av Moshe<https://github.com/bjesus>`_
- `Mitchell Barron <https://github.com/mtchllbrrn>`_
- `Seppi <https://github.com/josefnpat>`_
- `Andrew Sampson <https://github.com/Codeusa>`_
- `Joseph Kahn <https://github.com/JBKahn>`_
- `Diego Costa <https://github.com/dgbc>`_
- `Gal Schlezinger <https://github.com/Schniz>`_

12
CHANGELOG.rst Normal file
View File

@ -0,0 +1,12 @@
Changelog:
==========
Version 0.0.5
-------------
1. [Enhancement] ID3 Data Windows Explorer Compatibility. (Courtesy of `Bendito999 <https://github.com/Bendito999>`_)
2. [Enhancement] Will now use lxml if available, it is not a requirement.
3. [Bugfix] ``--base-dir`` will now create the specified directory rather than fail.
4. [Enhancement] If a file is incomplete it will be redownloaded on next run.
5. [Bugfix] Fixed `#62 <https://github.com/iheanyi/bandcamp-dl/issues/62>`_.
6. [Dependency] Wgetter is no longer required.
7. [Dependency] Latest versions of dependencies now used.

30
CONTRIBUTING.rst Normal file
View File

@ -0,0 +1,30 @@
How To Contribute
=================
First off, thank you for considering contributing to ``bandcamp-dl``!
It's people like *you* who make it is such a great tool for everyone.
Here are a few guidelines to get you started (but don't be afraid to open half-finished PRs and ask questions if something is unclear!):
Workflow
--------
- No contribution is too small!
Please submit as many fixes for typos and grammar bloopers as you can!
- Try to limit each pull request to *one* change only.
- Once you've addressed review feedback, make sure to bump the pull request with a short note.
Maintainers dont receive notifications when you push new commits.
Code
----
- Try to adhere to PEP8 as best you can (Yes some lines will simply be too long, its ok.)
***
Again, this list is mainly to help you to get started by codifying tribal knowledge and expectations.
If something is unclear, feel free to ask for help!
Thank you for considering contributing to ``bandcamp-dl``!

5
setup.cfg Normal file
View File

@ -0,0 +1,5 @@
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE