mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 06:44:21 +01:00
App skeleton, setuptools and versioning
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,11 +1,13 @@
|
||||
import setuptools
|
||||
|
||||
exec(open("nomadnet/_version.py", "r").read())
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
name="nomadnet",
|
||||
version="0.0.1",
|
||||
version=__version__,
|
||||
author="Mark Qvist",
|
||||
author_email="mark@unsigned.io",
|
||||
description="Communicate freely",
|
||||
|
||||
Reference in New Issue
Block a user