Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision bebc795e6778db315f0b7144c07024f8a666722f authored by Drew Johnson on 12 September 2017, 18:57:37 UTC, committed by Drew Johnson on 12 September 2017, 18:57:37 UTC
maybe some changes
1 parent e53d6a5
  • Files
  • Changes
  • d0b5bc6
  • /
  • setup.py
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:bebc795e6778db315f0b7144c07024f8a666722f
directory badge Iframe embedding
swh:1:dir:d0b5bc68142147be7dbde91aab703bd1d5f73eaf
content badge Iframe embedding
swh:1:cnt:f9a9ee52e3b9f81516608cd11f6545d254b81019
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
setup.py
from distutils.core import setup

try:
    from sage.env import SAGE_SRC, SAGE_VERSION
except ImportError:
    print "WARNING: This package only works with SageMath."


with open("README.rst") as f:
    long_description = f.read()
    
setup(
    name='mgn',
    version='1.0.3',
    packages=['strataalgebra', 'topintersections'],
    url='https://github.com/uberparagon/mgn',
    download_url="https://github.com/uberparagon/mgn/releases/latest/",
    license='TODO',
    author='Drew Johnson',
    author_email='werd2.718@gmail.com',
    description='A Sage program for computing products, Faber-Zagier relations, and top intersections on the moduli space of stable curves.',
    long_description = long_description
)
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API