Skip to content

Commit

Permalink
setup.py changes for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschulman committed Jul 1, 2014
1 parent 3c431f0 commit bb80de9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace_packages=['jnpr'],
version="1.0.0",
author="Jeremy Schulman",
author_email="jschulman@juniper.net",
author_email="jnpr-community-netdev@juniper.net",
description=("Junos 'EZ' automation for non-programmers"),
license="Apache 2.0",
keywords="Junos NETCONF networking automation",
Expand All @@ -23,22 +23,21 @@
},
install_requires=install_reqs,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'Intended Audience :: Telecommunications Industry',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Other Scripting Engines',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
'Topic :: System :: Networking :: Firewalls',
'Topic :: Text Processing :: Markup :: XML'
],
)

0 comments on commit bb80de9

Please sign in to comment.