Skip to content

Commit

Permalink
LDS-3985 :
Browse files Browse the repository at this point in the history
Tryout
  • Loading branch information
AntoineDuComptoirDesPharmacies committed Oct 25, 2024
1 parent 1126612 commit fb3781e
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 @@ -3,7 +3,7 @@
setup(
name='lcdp_deployment_manager', # How you named your package folder
packages=['lcdp_deployment_manager'], # Chose the same as "name"
version='1.2.5rc3985-2', # Start with a small number and increase it with every change you make
version='1.2.5rc3985-3', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
# description: Give a short description about your library
long_description_content_type="text/plain",
Expand All @@ -14,7 +14,7 @@
# url: Provide either the link to your github or to your website
url='https://github.com/LeComptoirDesPharmacies/lcdp-deployment-manager',
# download_url: Up the version (use the same version as in "version")
download_url='https://github.com/LeComptoirDesPharmacies/lcdp-deployment-manager/archive/1.2.5rc3985-2.tar.gz',
download_url='https://github.com/LeComptoirDesPharmacies/lcdp-deployment-manager/archive/1.2.5rc3985-3.tar.gz',
keywords=['AWS', 'Python', 'Deployment'], # Keywords that define your package best
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit fb3781e

Please sign in to comment.