Skip to content
Snippets Groups Projects
Select Git revision
  • f71f83b84de34696cf5422fe09e4d636023c76a7
  • develop default protected
  • pytest-xdist
  • v1.4.0
  • change-processing-functions-to-async
  • revise-mainfile-alternative
  • tlc/decouple-more-types
  • tlc/ensure-valid-name
  • tlc/index-builtin-packages
  • extend-fhivibes-parser
  • drop-requests-upper-pin
  • north-tool-entry-point
  • 2429-list-of-fileeditquantitys-cannot-be-displayed-navigated-in-data-section
  • 2425-add-helper-info-for-widgets-in-old-gui
  • make-processing-timeout-configurable
  • group-maintainers
  • refactor-temporal-env
  • fix-tests-issue-transfer-bundle
  • integrate-widget-tooltip-last
  • migrate-from-setuptools-to-hatchling
  • fix-tests-issue-try-2
  • v1.3.17
  • v1.3.16
  • tag-skip-tests-for-docs
  • v1.3.15
  • v1.3.14
  • v1.3.13
  • v1.3.12
  • v1.3.11
  • v1.3.10
  • v1.3.9
  • v1.3.8
  • v1.3.7
  • v1.3.6
  • v1.3.5
  • v1.3.4
  • v1.3.3
  • v1.3.2
  • v1.3.1
  • v1.3.0
  • v1.2.1
41 results

setup.py

Blame
  • setup.py 144 B
    from setuptools import setup
    
    setup(name='NOMAD',
      version='0.1.0',
      description='NOMAD infrastructure python package',
      packages=['nomad'])