Skip to content

Commit

Permalink
Merge pull request #5 from fossology/first-open-release
Browse files Browse the repository at this point in the history
feat: first official release
  • Loading branch information
deveaud-m authored Dec 11, 2019
2 parents 1fad16b + b869006 commit f59e35e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[tool.poetry]
name = "fossology"
version = "0.0.4"
version = "0.0.5"
description = "A library to automate Fossology from Python scripts"
authors = ["Marion Deveaud <[email protected]>"]
license = "MIT License"
readme = "README.rst"
include = ["LICENSE.md"]
repository = "https://code.siemens.com/fossology/fossology-python"
repository = "https://github.com/fossology/fossology-python"
homepage = "https://github.com/fossology/fossology-python"
classifiers = [
"Topic :: Development Status :: 3 - Alpha",
"Topic :: Environment :: Fossology Environment",
"Topic :: Intended Audience :: Developers",
"Topic :: License :: OSI Approved :: MIT License",
"Topic :: Natural Language :: English",
"Topic :: Operating System :: OS Independent",
"Topic :: Programming Language :: Python :: 3.7",
"Topic :: Software Development :: Libraries :: Python Modules",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit f59e35e

Please sign in to comment.