Skip to content

Commit

Permalink
Update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Oct 31, 2019
1 parent c90ef42 commit 74e3996
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ classifiers = ["Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Environment :: Plugins",
"Natural Language :: English",
"Topic :: Scientific/Engineering :: Physics"]
"Topic :: Scientific/Engineering :: Physics",
"Framework :: AiiDA"]

[tool.poetry.dependencies]
aiida-core = "^1.0.0b6"
Expand Down
5 changes: 5 additions & 0 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"classifiers": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Development Status :: 4 - Beta",
"Environment :: Plugins",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 74e3996

Please sign in to comment.