@@ -63,7 +63,7 @@ def run_tests(self):
6363 version = version_lib ,
6464 description = 'Dice notation tools' ,
6565 author = 'Bernardo Martínez Garrido' ,
66- author_email = 'programming@wandrell .com' ,
66+ author_email = 'programming@bernardomg .com' ,
6767 license = 'MIT' ,
6868 url = 'https://github.com/Bernardo-MG/dice-notation-python' ,
6969 download_url = 'https://pypi.python.org/pypi/dice-notation' ,
@@ -74,13 +74,10 @@ def run_tests(self):
7474 'Intended Audience :: Developers' ,
7575 'License :: OSI Approved :: MIT License' ,
7676 'Programming Language :: Python' ,
77- 'Programming Language :: Python :: 2' ,
78- 'Programming Language :: Python :: 2.7' ,
7977 'Programming Language :: Python :: 3' ,
8078 'Programming Language :: Python :: 3.3' ,
8179 'Programming Language :: Python :: 3.4' ,
8280 'Programming Language :: Python :: 3.5' ,
83- 'Programming Language :: Python :: Implementation :: PyPy' ,
8481 'Topic :: Games/Entertainment :: Role-Playing'
8582 ],
8683 long_description = read ('README.rst' ),
0 commit comments