Skip to content

Commit

Permalink
Add galaxy metapackage for installing the latest stable version of Ga…
Browse files Browse the repository at this point in the history
…laxy
  • Loading branch information
natefoo committed Oct 23, 2024
1 parent e6d1b30 commit 47c5d75
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/galaxy/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
History
-------

.. to_doc
---------
24.2.dev0
---------
1 change: 1 addition & 0 deletions packages/galaxy/LICENSE.txt
1 change: 1 addition & 0 deletions packages/galaxy/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.rst *.txt LICENSE */py.typed
1 change: 1 addition & 0 deletions packages/galaxy/Makefile
13 changes: 13 additions & 0 deletions packages/galaxy/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

.. image:: https://badge.fury.io/py/galaxy.svg
:target: https://pypi.python.org/pypi/galaxy/


Overview
--------

The Galaxy_ Web Server.

* Code: https://github.com/galaxyproject/galaxy

.. _Galaxy: http://galaxyproject.org/
1 change: 1 addition & 0 deletions packages/galaxy/mypy.ini
1 change: 1 addition & 0 deletions packages/galaxy/package-dev-requirements.txt
1 change: 1 addition & 0 deletions packages/galaxy/pyproject.toml
1 change: 1 addition & 0 deletions packages/galaxy/scripts
46 changes: 46 additions & 0 deletions packages/galaxy/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[metadata]
author = Galaxy Project and Community
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: Academic Free License (AFL)
Natural Language :: English
Operating System :: POSIX
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development
Topic :: Software Development :: Code Generators
Topic :: Software Development :: Testing
description = Galaxy
keywords =
Galaxy
license = AFL
license_files =
LICENSE
long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy
url = https://github.com/galaxyproject/galaxy
version = 24.1.2

[options]
include_package_data = True
install_requires =
galaxy-web-apps==24.1.2
galaxy-app==24.1.2
galaxy-data==24.1.2
galaxy-job-execution==24.1.2
galaxy-tool-util==24.1.2
galaxy-util[jstree,template]==24.1.2
galaxy-web-framework==24.1.2
python_requires = >=3.8

[options.packages.find]
exclude =
tests*

0 comments on commit 47c5d75

Please sign in to comment.