Skip to content

Commit

Permalink
Update init and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Jun 21, 2022
1 parent fa7f9ba commit ea02db7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ def find_version(*file_paths):
name="dvtests", # Replace with your own username
version=find_version("src", "dataverse_tests", "__init__.py"),
author="Stefan Kasberger",
author_email="stefan.kasberger@univie.ac.at",
author_email="mail@stefankasberger.at",
description="Dataverse tests",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/AUSSDA/dataverse_tests",
url="https://github.com/gdcc/dataverse_tests",
project_urls={
"Issue Tracker": "https://github.com/AUSSDA/dataverse_tests/issues",
"Changelog": "https://github.com/AUSSDA/dataverse_tests/CHANGELOG.rst",
"Source": "https://github.com/AUSSDA/dataverse_tests/",
"Issue Tracker": "https://github.com/gdcc/dataverse_tests/issues",
"Changelog": "https://github.com/gdcc/dataverse_tests/CHANGELOG.rst",
"Source": "https://github.com/gdcc/dataverse_tests/",
},
classifiers=[
# How mature is this project? Common values are
Expand Down
8 changes: 4 additions & 4 deletions src/dvtests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Find out more at https://github.com/AUSSDA/dataverse_tests.
Copyright 2021 Stefan Kasberger
Copyright 2022 Stefan Kasberger
Licensed under the MIT License.
"""
Expand All @@ -9,9 +9,9 @@
urllib3.disable_warnings() # noqa

__author__ = "Stefan Kasberger"
__email__ = "stefan.kasberger@univie.ac.at"
__copyright__ = "Copyright (c) 2021 Stefan Kasberger"
__email__ = "mail@stefankasberger.at"
__copyright__ = "Copyright (c) 2022 Stefan Kasberger"
__license__ = "MIT License"
__version__ = "0.1.0"
__url__ = "https://github.com/AUSSDA/dataverse_tests"
__url__ = "https://github.com/gdcc/dataverse_tests"
__description__ = "Dataverse tests."
14 changes: 0 additions & 14 deletions src/dvtests/testing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +0,0 @@
"""Find out more at https://github.com/GDCC/dataverse_tests.
Copyright 2022 Stefan Kasberger
Licensed under the MIT License.
"""
__author__ = "Stefan Kasberger"
__email__ = "mail@stefankasberger.at"
__copyright__ = "Copyright (c) 2022 Stefan Kasberger"
__license__ = "MIT License"
__version__ = "0.1.0"
__url__ = "https://github.com/gdcc/dataverse_tests"
__download_url__ = "https://pypi.python.org/pypi/pyDataverse"
__description__ = "A Python module for testing Dataverse installations."

0 comments on commit ea02db7

Please sign in to comment.