File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77setuptools .setup (
88 name = 'OctopusAgile' , # How you named your package folder (MyLib)
99 packages = ['OctopusAgile' ], # Chose the same as "name"
10- version = '0.0.4 ' , # Start with a small number and increase it with every change you make
10+ version = '0.0.5 ' , # Start with a small number and increase it with every change you make
1111 license = 'apache-2.0' , # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1212 description = 'A library to interface with the Octopus Agile API' , # Give a short description about your library
1313 long_description = long_description ,
1414 long_description_content_type = "text/markdown" ,
1515 author = 'Mark G' , # Type in your name
1616 author_email = '' , # Type in your E-Mail
1717 url = 'https://github.com/markgdev/OctopusAgile' , # Provide either the link to your github or to your website
18- download_url = 'https://github.com/markgdev/OctopusAgile/archive/v0.0.4 .tar.gz' , # I explain this later on
18+ download_url = 'https://github.com/markgdev/OctopusAgile/archive/v0.0.5 .tar.gz' , # I explain this later on
1919 keywords = ['Octopus' , 'Agile' ], # Keywords that define your package best
2020 install_requires = [ # I get to this in a second
2121 'datetime' ,
You can’t perform that action at this time.
0 commit comments