Skip to content

Commit

Permalink
Try changes for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrelioxGitHub committed Feb 28, 2019
1 parent ffcf181 commit 110fa75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(
name='pyEdfEjp',
packages=['pyEdjEjp'], # this must be the same as the name above
packages=['pyEdfEjp'], # this must be the same as the name above
install_requires=['urllib.request'],
version='0.2-beta',
version='0.3-beta',
description='a simple python3 library for the E.D.F. EJP Pricing',
author='Hydreliox',
author_email='hydreliox@gmail.com',
url='https://github.com/HydrelioxGitHub/pyEdfEjp', # use the URL to the github repo
download_url='https://github.com/HydrelioxGitHub/pyEdfEjp/tarball/0.2-beta',
download_url='https://github.com/HydrelioxGitHub/pyEdfEjp/tarball/0.3-beta',
keywords=['EDF', 'EJP', 'Energy', 'API'], # arbitrary keywords
classifiers=[],
)

0 comments on commit 110fa75

Please sign in to comment.