Skip to content

Commit

Permalink
More metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed May 20, 2017
1 parent 578a6b3 commit 0379ad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[metadata]
bugtrack_url = https://github.com/dahlia/iterfzf/issues

[aliases]
install = bundle_fzf -O install
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,12 @@ def get_tag(self): # monkeypatch bdist_wheel.get_tag()
cmdclass={'bundle_fzf': bundle_fzf},
python_requires='>=2.6.0',
install_requires=['setuptools'],
zip_safe=False,
include_package_data=True,
download_url='https://github.com/dahlia/iterfzf/releases',
keywords='fzf',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console :: Curses',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', # noqa: E501
Expand Down

0 comments on commit 0379ad6

Please sign in to comment.