Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|PackageNameStylized| Documentation
===================================

**Collection of Useful Python Utilities**
**Collection of Utilities for Python Code**

|PackageNameStylized| is a Python package that bundles a collection of Python
utilities useful for a variety of projects. It is intended to accelerate
Expand Down
2 changes: 1 addition & 1 deletion pyxx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Collection of useful Python utilities and tools"""
"""Collection of utilities for Python code"""

# PROGRAM VERSION ------------------------------------------------------------
__version__ = '0.1.0'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = pyxx
version = attr: pyxx.__version__
description = Collection of useful Python utilities and tools
description = Collection of utilities for Python code
long_description = file: README.md
long_description_content_type = text/markdown
author = Nathan Hess
Expand Down