Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge a4e2014 into 6a9faef
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Jan 10, 2019
2 parents 6a9faef + a4e2014 commit a536367
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ The package is indifferent to particular units, which are merely "propagated"
through the code. We do recommend that the HEP units be used, as defined
in the `units` module of the `scikit-hep package <https://github.com/scikit-hep/scikit-hep>`_.

It is worth noting that the azimuthal angle :math:`$\phi$` is expressed in radians
and varies from :math:`$-\pi$` to :math:`$\pi$`.
It is worth noting that the azimuthal angle phi is expressed in radians
and varies from pi to pi.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ def finalize_options(self):

setup(
name='pyjet',
version='1.3.0',
version='1.4.0',
description='The interface between FastJet and NumPy',
long_description=''.join(open('README.rst').readlines()),
author='Noel Dawe',
author_email='noel@dawe.me',
maintainer='Noel Dawe',
maintainer_email='noel@dawe.me',
maintainer='the Scikit-HEP admins',
maintainer_email='scikit-hep-admins@googlegroups.com',
license='GPLv3',
url='http://github.com/ndawe/pyjet',
url='http://github.com/scikit-hep/pyjet',
packages=[
'pyjet',
'pyjet.tests',
Expand Down Expand Up @@ -196,6 +196,7 @@ def finalize_options(self):
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: C++',
'Programming Language :: Cython',
Expand Down

0 comments on commit a536367

Please sign in to comment.