Skip to content

Commit

Permalink
add author name and email to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thartl-diw committed Jan 10, 2025
1 parent f1b8665 commit 1afd0a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='opendataformat',
version='0.1',
version='0.2',
packages=find_packages(),
include_package_data=True, # Include package data specified in MANIFEST.in
package_data={
Expand All @@ -14,8 +14,8 @@
'pandas',
],
description='The Open Data Format (ODF) is a new, non-proprietary, multilingual, metadata enriched, and zip-compressed data format with metadata structured in the Data Documentation Initiative (DDI) Codebook standard. This package allows reading and writing of data files in the Open Data Format (ODF) in R, and displaying metadata in different languages. For further information on the Open Data Format, see <https://opendataformat.github.io/>.',
author='Your Name',
author_email='[email protected]',
author='Xiaoyao Han',
author_email='[email protected]',
url='https://github.com/opendataformat/py-package-opendataformat', # Replace with your GitHub URL
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 1afd0a3

Please sign in to comment.