Commit 199d7161 authored by Alessandro Frigeri's avatar Alessandro Frigeri
Browse files

fixed path

parent 03fa1c17
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -17,3 +17,6 @@ help:
# "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

bdist:
	python3 setup.py sdist bdist_wheel
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ pymoondb: The python interface to the MoonDB geochemical and petrological lunar
---


![Apollo 12 NASA image AS12-47-6932](docs/source/images/AS12-47-6932.jpg)
![Apollo 12 NASA image AS12-47-6932](https://www.ict.inaf.it/gitlab/alessandro.frigeri/pymoondb/raw/master/docs/source/images/AS12-47-6932.jpg)

MoonDB is a NASA-funded quality-controlled data system that will preserve, digitize and curate lunar geochemical and petrological data and their associated sample metadata and analytical metadata.

+8 −4
Original line number Diff line number Diff line
@@ -4,13 +4,17 @@ def readme():
    with open('README.md') as f:
        return f.read()

# The text of the README file
README = (open("README.md")).read()

setup(name='moondb',
      version='0.1',
      description='Accessing the MoonDB lunar sample database',
      url='https://www.ict.inaf.it/gitlab/alessandro.frigeri/python-moondb',
setup(name='pymoondb',
      version='0.1.rc1',
      description='A python module to access the MoonDB lunar sample database',
      url='https://www.ict.inaf.it/gitlab/alessandro.frigeri/pymoondb',
      author='Alessandro Frigeri',
      author_email='Alessandro.Frigeri@inaf.it',
      long_description=README,
      long_description_content_type="text/markdown",
      license='MIT',
      packages=['moondb'],
      install_requires=[