Skip to content

Commit

Permalink
Update release to deploy on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrelioxGitHub committed Feb 27, 2019
1 parent 3317429 commit ffcf181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
name='pyEdfEjp',
packages=['pyEdjEjp'], # this must be the same as the name above
install_requires=['urllib.request'],
version='0.1-beta',
version='0.2-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.1-beta',
download_url='https://github.com/HydrelioxGitHub/pyEdfEjp/tarball/0.2-beta',
keywords=['EDF', 'EJP', 'Energy', 'API'], # arbitrary keywords
classifiers=[],
)

0 comments on commit ffcf181

Please sign in to comment.