mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/entrypoints: Version bump to 0.2.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4164
This commit is contained in:
committed by
David Seifert
parent
6823adaa94
commit
ca1aae0e24
@@ -0,0 +1,20 @@
|
||||
setup.py for entrypoints by Marius Brehler <marbre@linux.sungazer.de>.
|
||||
|
||||
Patch by Marius Brehler <marbrbre@linux.sungazer.de>.
|
||||
--- /dev/null
|
||||
+++ b/setup.py
|
||||
@@ -0,0 +1,13 @@
|
||||
+from distutils.core import setup
|
||||
+
|
||||
+setup(name='entrypoints',
|
||||
+ version='0.2.2',
|
||||
+ description='Discover and load entry points from installed packages.',
|
||||
+ author='Thomas Kluyver',
|
||||
+ author_email='thomas@kluyver.me.uk',
|
||||
+ url='https://github.com/takluyver/entrypoints',
|
||||
+ packages=['entrypoints'],
|
||||
+ classifiers=[
|
||||
+ 'License :: OSI Approved :: MIT License'
|
||||
+ ]
|
||||
+)
|
||||
\ No newline at end of file
|
||||
Reference in New Issue
Block a user